#D9A66F

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

Shades of Putty #D9A66F

Tints of Putty #D9A66F

Color information

#D9A66F (or 0xD9A66F) is unknown color: approx Putty. HEX triplet: D9, A6 and 6F. RGB value is (217,166,111). Sum of RGB (Red+Green+Blue) = 217+166+111=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A66F is #265990. Grayscale: #AFAFAF. Windows color (decimal): -2513297 or 7317209. OLE color: 7317209.

HSL color Cylindrical-coordinate representation of color #D9A66F: hue angle of 31.13º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9A66F is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB217166111-
CMYK00.240.490.15
HSL31.13º58.24%64.31%-
HSV(B)31.13º48.85%85.1%-
XYZ45.1243.1720.99-
YUV174.9891.9157.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=43.93%
G=33.60%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716611100.240.490.1531.1358.2464.31
HexD9A66F01831F1f3a40
Octal33124615703061173772100
Binary110110011010011011011110110001100011111111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A66F; }

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

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

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

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

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

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

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

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