#d9a66d

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

Shades of Putty #D9A66D

Tints of Putty #D9A66D

Color information

#D9A66D (or 0xD9A66D) is unknown color: approx Putty. HEX triplet: D9, A6 and 6D. RGB value is (217,166,109). Sum of RGB (Red+Green+Blue) = 217+166+109=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A66D is #265992. Grayscale: #AFAFAF. Windows color (decimal): -2513299 or 7186137. OLE color: 7186137.

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

Color convert

RGB217166109-
CMYK00.240.500.15
HSL31.67º58.7%63.92%-
HSV(B)31.67º49.77%85.1%-
XYZ45.0143.1320.42-
YUV174.7590.9158.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=44.11%
G=33.74%
B=22.15%

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
Decimal21716610900.240.500.1531.6758.763.92
HexD9A66D01832F203b40
Octal33124615503062174073100
Binary1101100110100110110110101100011001011111000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9a66d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9a66d; }

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

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

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

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

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

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

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

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