#D9D771

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

Shades of Goldenrod #D9D771

Tints of Goldenrod #D9D771

Color information

#D9D771 (or 0xD9D771) is unknown color: approx Goldenrod. HEX triplet: D9, D7 and 71. RGB value is (217,215,113). Sum of RGB (Red+Green+Blue) = 217+215+113=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D771 is #26288E. Grayscale: #CCCCCC. Windows color (decimal): -2500751 or 7460825. OLE color: 7460825.

HSL color Cylindrical-coordinate representation of color #D9D771: hue angle of 58.85º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9D771 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217215113-
CMYK00.010.480.15
HSL58.85º57.78%64.71%-
HSV(B)58.85º47.93%85.1%-
XYZ55.964.5425.14-
YUV203.9776.66137.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 215 (84.38% from 255) = 39.45%
BLUE value IS 113 (44.53% from 255) = 20.73%
R=39.82%
G=39.45%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721511300.010.480.1558.8557.7864.71
HexD9D7710130F3b3a41
Octal3313271610160177372101
Binary110110011101011111100010111000011111110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D771; }

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

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

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

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

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

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

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

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