#D8D66F

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

Shades of Goldenrod #D8D66F

Tints of Goldenrod #D8D66F

Color information

#D8D66F (or 0xD8D66F) is unknown color: approx Goldenrod. HEX triplet: D8, D6 and 6F. RGB value is (216,214,111). Sum of RGB (Red+Green+Blue) = 216+214+111=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D66F is #272990. Grayscale: #CBCBCB. Windows color (decimal): -2566545 or 7329496. OLE color: 7329496.

HSL color Cylindrical-coordinate representation of color #D8D66F: hue angle of 58.86º degrees, saturation: 0.57, 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 #D8D66F is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216214111-
CMYK00.010.490.15
HSL58.86º57.38%64.12%-
HSV(B)58.86º48.61%84.71%-
XYZ55.2363.8424.45-
YUV202.8676.16137.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 111 (43.75% from 255) = 20.52%
R=39.93%
G=39.56%
B=20.52%

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
Decimal21621411100.010.490.1558.8657.3864.12
HexD8D66F0131F3b3940
Octal3303261570161177371100
Binary110110001101011011011110111000111111110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D66F; }

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

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

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

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

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

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

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

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