#D9D26A

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

Shades of Goldenrod #D9D26A

Tints of Goldenrod #D9D26A

Color information

#D9D26A (or 0xD9D26A) is unknown color: approx Goldenrod. HEX triplet: D9, D2 and 6A. RGB value is (217,210,106). Sum of RGB (Red+Green+Blue) = 217+210+106=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D26A is #262D95. Grayscale: #C8C8C8. Windows color (decimal): -2502038 or 7000793. OLE color: 7000793.

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

Color convert

RGB217210106-
CMYK00.030.510.15
HSL56.22º59.36%63.33%-
HSV(B)56.22º51.15%85.1%-
XYZ54.2661.8922.72-
YUV200.2474.82139.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=40.71%
G=39.40%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721010600.030.510.1556.2259.3663.33
HexD9D26A0333F383b3f
Octal331322152036317707377
Binary110110011101001011010100111100111111111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D26A; }

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

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

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

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

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

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

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

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