#D8D47C

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

Shades of Goldenrod #D8D47C

Tints of Goldenrod #D8D47C

Color information

#D8D47C (or 0xD8D47C) is unknown color: approx Goldenrod. HEX triplet: D8, D4 and 7C. RGB value is (216,212,124). Sum of RGB (Red+Green+Blue) = 216+212+124=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D47C is #272B83. Grayscale: #CBCBCB. Windows color (decimal): -2567044 or 8180952. OLE color: 8180952.

HSL color Cylindrical-coordinate representation of color #D8D47C: hue angle of 57.39º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8D47C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216212124-
CMYK00.020.430.15
HSL57.39º54.12%66.67%-
HSV(B)57.39º42.59%84.71%-
XYZ55.563.1428.33-
YUV203.1683.33137.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=39.13%
G=38.41%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621212400.020.430.1557.3954.1266.67
HexD8D47C022BF393643
Octal3303241740253177166103
Binary1101100011010100111110001010101111111110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D47C; }

 p { color: rgb(216,212,124); }

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

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

 a { background-color: rgb(216,212,124); }

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

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

 span { border-color: rgb(216,212,124); }

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