#D6D173

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

Shades of Goldenrod #D6D173

Tints of Goldenrod #D6D173

Color information

#D6D173 (or 0xD6D173) is unknown color: approx Goldenrod. HEX triplet: D6, D1 and 73. RGB value is (214,209,115). Sum of RGB (Red+Green+Blue) = 214+209+115=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D173 is #292E8C. Grayscale: #C8C8C8. Windows color (decimal): -2698893 or 7590358. OLE color: 7590358.

HSL color Cylindrical-coordinate representation of color #D6D173: hue angle of 56.97º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6D173 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214209115-
CMYK00.020.460.16
HSL56.97º54.7%64.51%-
HSV(B)56.97º46.26%83.92%-
XYZ53.6361.1325.19-
YUV199.7880.16138.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 115 (45.31% from 255) = 21.38%
R=39.78%
G=38.85%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420911500.020.460.1656.9754.764.51
HexD6D173022E10393741
Octal3263211630256207167101
Binary11010110110100011110011010101110100001110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D173; }

 p { color: rgb(214,209,115); }

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

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

 a { background-color: rgb(214,209,115); }

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

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

 span { border-color: rgb(214,209,115); }

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