#DCD866

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

Shades of Goldenrod #DCD866

Tints of Goldenrod #DCD866

Color information

#DCD866 (or 0xDCD866) is unknown color: approx Goldenrod. HEX triplet: DC, D8 and 66. RGB value is (220,216,102). Sum of RGB (Red+Green+Blue) = 220+216+102=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD866 is #232799. Grayscale: #CCCCCC. Windows color (decimal): -2303898 or 6740188. OLE color: 6740188.

HSL color Cylindrical-coordinate representation of color #DCD866: hue angle of 57.97º 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 #DCD866 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220216102-
CMYK00.020.540.14
HSL57.97º62.77%63.14%-
HSV(B)57.97º53.64%86.27%-
XYZ56.4765.2922.2-
YUV204.270.33139.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 216 (84.77% from 255) = 40.15%
BLUE value IS 102 (40.23% from 255) = 18.96%
R=40.89%
G=40.15%
B=18.96%

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
Decimal22021610200.020.540.1457.9762.7763.14
HexDCD8660236E3a3f3f
Octal334330146026616727777
Binary110111001101100011001100101101101110111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD866; }

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

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

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

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

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

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

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

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