#D9D775

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

Shades of Goldenrod #D9D775

Tints of Goldenrod #D9D775

Color information

#D9D775 (or 0xD9D775) is unknown color: approx Goldenrod. HEX triplet: D9, D7 and 75. RGB value is (217,215,117). Sum of RGB (Red+Green+Blue) = 217+215+117=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D775 is #26288A. Grayscale: #CCCCCC. Windows color (decimal): -2500747 or 7722969. OLE color: 7722969.

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

Color convert

RGB217215117-
CMYK00.010.460.15
HSL58.8º56.82%65.49%-
HSV(B)58.8º46.08%85.1%-
XYZ56.1364.6426.35-
YUV204.4378.66136.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 215 (84.38% from 255) = 39.16%
BLUE value IS 117 (46.09% from 255) = 21.31%
R=39.53%
G=39.16%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721511700.010.460.1558.856.8265.49
HexD9D775012EF3b3941
Octal3313271650156177371101
Binary110110011101011111101010110111011111110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D775; }

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

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

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

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

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

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

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

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