#D9D57D

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

Shades of Goldenrod #D9D57D

Tints of Goldenrod #D9D57D

Color information

#D9D57D (or 0xD9D57D) is unknown color: approx Goldenrod. HEX triplet: D9, D5 and 7D. RGB value is (217,213,125). Sum of RGB (Red+Green+Blue) = 217+213+125=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D57D is #262A82. Grayscale: #CCCCCC. Windows color (decimal): -2501251 or 8246745. OLE color: 8246745.

HSL color Cylindrical-coordinate representation of color #D9D57D: hue angle of 57.39º degrees, saturation: 0.55, 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 #D9D57D is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217213125-
CMYK00.020.420.15
HSL57.39º54.76%67.06%-
HSV(B)57.39º42.4%85.1%-
XYZ56.1163.8228.76-
YUV204.1683.33137.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=39.10%
G=38.38%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721312500.020.420.1557.3954.7667.06
HexD9D57D022AF393743
Octal3313251750252177167103
Binary1101100111010101111110101010101011111110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D57D; }

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

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

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

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

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

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

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

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