#D8D57A

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

Shades of Goldenrod #D8D57A

Tints of Goldenrod #D8D57A

Color information

#D8D57A (or 0xD8D57A) is unknown color: approx Goldenrod. HEX triplet: D8, D5 and 7A. RGB value is (216,213,122). Sum of RGB (Red+Green+Blue) = 216+213+122=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D57A is #272A85. Grayscale: #CBCBCB. Windows color (decimal): -2566790 or 8050136. OLE color: 8050136.

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

Color convert

RGB216213122-
CMYK00.010.440.15
HSL58.09º54.65%66.27%-
HSV(B)58.09º43.52%84.71%-
XYZ55.6363.5927.76-
YUV203.5281.99136.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 122 (48.05% from 255) = 22.14%
R=39.20%
G=38.66%
B=22.14%

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
Decimal21621312200.010.440.1558.0954.6566.27
HexD8D57A012CF3a3742
Octal3303251720154177267102
Binary110110001101010111110100110110011111110101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D57A; }

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

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

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

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

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

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

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

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