#D9D76C

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

Shades of Goldenrod #D9D76C

Tints of Goldenrod #D9D76C

Color information

#D9D76C (or 0xD9D76C) is unknown color: approx Goldenrod. HEX triplet: D9, D7 and 6C. RGB value is (217,215,108). Sum of RGB (Red+Green+Blue) = 217+215+108=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D76C is #262893. Grayscale: #CBCBCB. Windows color (decimal): -2500756 or 7133145. OLE color: 7133145.

HSL color Cylindrical-coordinate representation of color #D9D76C: hue angle of 58.9º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9D76C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB217215108-
CMYK00.010.500.15
HSL58.9º58.92%63.73%-
HSV(B)58.9º50.23%85.1%-
XYZ55.6264.4423.69-
YUV203.474.16137.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 108 (42.58% from 255) = 20%
R=40.19%
G=39.81%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721510800.010.500.1558.958.9263.73
HexD9D76C0132F3b3b40
Octal3313271540162177373100
Binary110110011101011111011000111001011111110111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D76C; }

 p { color: rgb(217,215,108); }

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

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

 a { background-color: rgb(217,215,108); }

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

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

 span { border-color: rgb(217,215,108); }

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