#D9D464

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

Shades of Goldenrod #D9D464

Tints of Goldenrod #D9D464

Color information

#D9D464 (or 0xD9D464) is unknown color: approx Goldenrod. HEX triplet: D9, D4 and 64. RGB value is (217,212,100). Sum of RGB (Red+Green+Blue) = 217+212+100=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D464 is #262B9B. Grayscale: #C9C9C9. Windows color (decimal): -2501532 or 6608089. OLE color: 6608089.

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

Color convert

RGB217212100-
CMYK00.020.540.15
HSL57.44º60.62%62.16%-
HSV(B)57.44º53.92%85.1%-
XYZ54.4662.7621.3-
YUV200.7371.16139.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 212 (83.20% from 255) = 40.08%
BLUE value IS 100 (39.45% from 255) = 18.90%
R=41.02%
G=40.08%
B=18.90%

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
Decimal21721210000.020.540.1557.4460.6262.16
HexD9D4640236F393d3e
Octal331324144026617717576
Binary110110011101010011001000101101101111111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D464; }

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

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

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

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

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

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

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

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