#D9A66C

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

Shades of Putty #D9A66C

Tints of Putty #D9A66C

Color information

#D9A66C (or 0xD9A66C) is unknown color: approx Putty. HEX triplet: D9, A6 and 6C. RGB value is (217,166,108). Sum of RGB (Red+Green+Blue) = 217+166+108=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A66C is #265993. Grayscale: #AEAEAE. Windows color (decimal): -2513300 or 7120601. OLE color: 7120601.

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

Color convert

RGB217166108-
CMYK00.240.500.15
HSL31.93º58.92%63.73%-
HSV(B)31.93º50.23%85.1%-
XYZ44.9643.1120.14-
YUV174.6490.4158.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=44.20%
G=33.81%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716610800.240.500.1531.9358.9263.73
HexD9A66C01832F203b40
Octal33124615403062174073100
Binary1101100110100110110110001100011001011111000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A66C; }

 p { color: rgb(217,166,108); }

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

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

 a { background-color: rgb(217,166,108); }

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

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

 span { border-color: rgb(217,166,108); }

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