#DCD865

Color #DCD865 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DCD865

Tints of Goldenrod #DCD865

Color information

#DCD865 (or 0xDCD865) is unknown color: approx Goldenrod. HEX triplet: DC, D8 and 65. RGB value is (220,216,101). Sum of RGB (Red+Green+Blue) = 220+216+101=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD865 is #23279A. Grayscale: #CCCCCC. Windows color (decimal): -2303899 or 6674652. OLE color: 6674652.

HSL color Cylindrical-coordinate representation of color #DCD865: hue angle of 57.98º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD865 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220216101-
CMYK00.020.540.14
HSL57.98º62.96%62.94%-
HSV(B)57.98º54.09%86.27%-
XYZ56.4265.2721.94-
YUV204.0969.83139.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 101 (39.84% from 255) = 18.81%
R=40.97%
G=40.22%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021610100.020.540.1457.9862.9662.94
HexDCD8650236E3a3f3f
Octal334330145026616727777
Binary110111001101100011001010101101101110111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD865; }

 p { color: rgb(220,216,101); }

 H1.HeaderClassName
 {
   color: #DCD865;
 }
 .AnyTagClassName
 {
   color: #DCD865;
 }
</style>
background-color css

<style>
 a { background-color: #DCD865; }

 a { background-color: rgb(220,216,101); }

 div.DivClassName
 {
   background-color: #DCD865;
 }
 .BgClassName
 {
   background-color: #DCD865;
 }
</style>
border-color css

<style>
 span { border-color: #DCD865; }

 span { border-color: rgb(220,216,101); }

 td.TdClassName
 {
   border-color: #DCD865;
 }
 .TagClassName
 {
   border-color: #DCD865;
 }
</style>