#D9D875

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

Shades of Goldenrod #D9D875

Tints of Goldenrod #D9D875

Color information

#D9D875 (or 0xD9D875) is unknown color: approx Goldenrod. HEX triplet: D9, D8 and 75. RGB value is (217,216,117). Sum of RGB (Red+Green+Blue) = 217+216+117=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D875 is #26278A. Grayscale: #CDCDCD. Windows color (decimal): -2500491 or 7723225. OLE color: 7723225.

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

Color convert

RGB217216117-
CMYK00.000.460.15
HSL59.4º56.82%65.49%-
HSV(B)59.4º46.08%85.1%-
XYZ56.3865.1526.43-
YUV205.0178.33136.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 117 (46.09% from 255) = 21.27%
R=39.45%
G=39.27%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721611700.000.460.1559.456.8265.49
HexD9D875002EF3b3941
Octal3313301650056177371101
Binary110110011101100011101010010111011111110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D875; }

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

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

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

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

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

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

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

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