#D8D578

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

Shades of Goldenrod #D8D578

Tints of Goldenrod #D8D578

Color information

#D8D578 (or 0xD8D578) is unknown color: approx Goldenrod. HEX triplet: D8, D5 and 78. RGB value is (216,213,120). Sum of RGB (Red+Green+Blue) = 216+213+120=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D578 is #272A87. Grayscale: #CBCBCB. Windows color (decimal): -2566792 or 7919064. OLE color: 7919064.

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

Color convert

RGB216213120-
CMYK00.010.440.15
HSL58.12º55.17%65.88%-
HSV(B)58.12º44.44%84.71%-
XYZ55.563.5427.11-
YUV203.380.99137.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 120 (47.27% from 255) = 21.86%
R=39.34%
G=38.80%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621312000.010.440.1558.1255.1765.88
HexD8D578012CF3a3742
Octal3303251700154177267102
Binary110110001101010111110000110110011111110101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D578; }

 p { color: rgb(216,213,120); }

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

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

 a { background-color: rgb(216,213,120); }

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

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

 span { border-color: rgb(216,213,120); }

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