#D9D86A

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

Shades of Goldenrod #D9D86A

Tints of Goldenrod #D9D86A

Color information

#D9D86A (or 0xD9D86A) is unknown color: approx Goldenrod. HEX triplet: D9, D8 and 6A. RGB value is (217,216,106). Sum of RGB (Red+Green+Blue) = 217+216+106=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D86A is #262795. Grayscale: #CCCCCC. Windows color (decimal): -2500502 or 7002329. OLE color: 7002329.

HSL color Cylindrical-coordinate representation of color #D9D86A: hue angle of 59.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9D86A is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217216106-
CMYK00.000.510.15
HSL59.46º59.36%63.33%-
HSV(B)59.46º51.15%85.1%-
XYZ55.7764.923.22-
YUV203.7672.83137.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 106 (41.80% from 255) = 19.67%
R=40.26%
G=40.07%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721610600.000.510.1559.4659.3663.33
HexD9D86A0033F3b3b3f
Octal331330152006317737377
Binary11011001110110001101010001100111111111011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D86A; }

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

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

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

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

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

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

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

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