#D8D66E

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

Shades of Goldenrod #D8D66E

Tints of Goldenrod #D8D66E

Color information

#D8D66E (or 0xD8D66E) is unknown color: approx Goldenrod. HEX triplet: D8, D6 and 6E. RGB value is (216,214,110). Sum of RGB (Red+Green+Blue) = 216+214+110=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D66E is #272991. Grayscale: #CBCBCB. Windows color (decimal): -2566546 or 7263960. OLE color: 7263960.

HSL color Cylindrical-coordinate representation of color #D8D66E: hue angle of 58.87º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8D66E is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216214110-
CMYK00.010.490.15
HSL58.87º57.61%63.92%-
HSV(B)58.87º49.07%84.71%-
XYZ55.1863.8224.16-
YUV202.7475.66137.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 110 (43.36% from 255) = 20.37%
R=40%
G=39.63%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621411000.010.490.1558.8757.6163.92
HexD8D66E0131F3b3a40
Octal3303261560161177372100
Binary110110001101011011011100111000111111110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D66E; }

 p { color: rgb(216,214,110); }

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

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

 a { background-color: rgb(216,214,110); }

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

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

 span { border-color: rgb(216,214,110); }

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