#D8D57D

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

Shades of Goldenrod #D8D57D

Tints of Goldenrod #D8D57D

Color information

#D8D57D (or 0xD8D57D) is unknown color: approx Goldenrod. HEX triplet: D8, D5 and 7D. RGB value is (216,213,125). Sum of RGB (Red+Green+Blue) = 216+213+125=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D57D is #272A82. Grayscale: #CCCCCC. Windows color (decimal): -2566787 or 8246744. OLE color: 8246744.

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

Color convert

RGB216213125-
CMYK00.010.420.15
HSL58.02º53.85%66.86%-
HSV(B)58.02º42.13%84.71%-
XYZ55.8163.6728.75-
YUV203.8683.49136.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 213 (83.59% from 255) = 38.45%
BLUE value IS 125 (49.22% from 255) = 22.56%
R=38.99%
G=38.45%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621312500.010.420.1558.0253.8566.86
HexD8D57D012AF3a3643
Octal3303251750152177266103
Binary110110001101010111111010110101011111110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D57D; }

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

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

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

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

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

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

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

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