#D8CD66

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

Shades of Goldenrod #D8CD66

Tints of Goldenrod #D8CD66

Color information

#D8CD66 (or 0xD8CD66) is unknown color: approx Goldenrod. HEX triplet: D8, CD and 66. RGB value is (216,205,102). Sum of RGB (Red+Green+Blue) = 216+205+102=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD66 is #273299. Grayscale: #C4C4C4. Windows color (decimal): -2568858 or 6737368. OLE color: 6737368.

HSL color Cylindrical-coordinate representation of color #D8CD66: hue angle of 54.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8CD66 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216205102-
CMYK00.050.530.15
HSL54.21º59.38%62.35%-
HSV(B)54.21º52.78%84.71%-
XYZ52.5559.2221.23-
YUV196.5574.64141.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 102 (40.23% from 255) = 19.50%
R=41.30%
G=39.20%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620510200.050.530.1554.2159.3862.35
HexD8CD660535F363b3e
Octal330315146056517667376
Binary1101100011001101110011001011101011111110110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD66; }

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

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

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

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

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

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

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

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