#D9A76D

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

Shades of Putty #D9A76D

Tints of Putty #D9A76D

Color information

#D9A76D (or 0xD9A76D) is unknown color: approx Putty. HEX triplet: D9, A7 and 6D. RGB value is (217,167,109). Sum of RGB (Red+Green+Blue) = 217+167+109=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A76D is #265892. Grayscale: #AFAFAF. Windows color (decimal): -2513043 or 7186393. OLE color: 7186393.

HSL color Cylindrical-coordinate representation of color #D9A76D: hue angle of 32.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9A76D is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB217167109-
CMYK00.230.500.15
HSL32.22º58.7%63.92%-
HSV(B)32.22º49.77%85.1%-
XYZ45.1943.4920.48-
YUV175.3490.56157.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=44.02%
G=33.87%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716710900.230.500.1532.2258.763.92
HexD9A76D01732F203b40
Octal33124715502762174073100
Binary1101100110100111110110101011111001011111000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A76D; }

 p { color: rgb(217,167,109); }

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

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

 a { background-color: rgb(217,167,109); }

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

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

 span { border-color: rgb(217,167,109); }

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