#D9D564

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

Shades of Goldenrod #D9D564

Tints of Goldenrod #D9D564

Color information

#D9D564 (or 0xD9D564) is unknown color: approx Goldenrod. HEX triplet: D9, D5 and 64. RGB value is (217,213,100). Sum of RGB (Red+Green+Blue) = 217+213+100=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D564 is #262A9B. Grayscale: #C9C9C9. Windows color (decimal): -2501276 or 6608345. OLE color: 6608345.

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

Color convert

RGB217213100-
CMYK00.020.540.15
HSL57.95º60.62%62.16%-
HSV(B)57.95º53.92%85.1%-
XYZ54.7163.2621.38-
YUV201.3170.83139.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 100 (39.45% from 255) = 18.87%
R=40.94%
G=40.19%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721310000.020.540.1557.9560.6262.16
HexD9D5640236F3a3d3e
Octal331325144026617727576
Binary110110011101010111001000101101101111111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D564; }

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

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

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

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

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

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

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

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