#D9D164

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

Shades of Goldenrod #D9D164

Tints of Goldenrod #D9D164

Color information

#D9D164 (or 0xD9D164) is unknown color: approx Goldenrod. HEX triplet: D9, D1 and 64. RGB value is (217,209,100). Sum of RGB (Red+Green+Blue) = 217+209+100=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D164 is #262E9B. Grayscale: #C7C7C7. Windows color (decimal): -2502300 or 6607321. OLE color: 6607321.

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

Color convert

RGB217209100-
CMYK00.040.540.15
HSL55.9º60.62%62.16%-
HSV(B)55.9º53.92%85.1%-
XYZ53.7261.2721.05-
YUV198.9772.15140.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 100 (39.45% from 255) = 19.01%
R=41.25%
G=39.73%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720910000.040.540.1555.960.6262.16
HexD9D1640436F383d3e
Octal331321144046617707576
Binary1101100111010001110010001001101101111111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D164; }

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

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

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

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

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

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

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

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