#D1A46C

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

Shades of Putty #D1A46C

Tints of Putty #D1A46C

Color information

#D1A46C (or 0xD1A46C) is unknown color: approx Putty. HEX triplet: D1, A4 and 6C. RGB value is (209,164,108). Sum of RGB (Red+Green+Blue) = 209+164+108=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A46C is #2E5B93. Grayscale: #ABABAB. Windows color (decimal): -3038100 or 7120081. OLE color: 7120081.

HSL color Cylindrical-coordinate representation of color #D1A46C: hue angle of 33.27º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1A46C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB209164108-
CMYK00.220.480.18
HSL33.27º52.33%62.16%-
HSV(B)33.27º48.33%81.96%-
XYZ42.2841.1919.91-
YUV171.0792.41155.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=43.45%
G=34.10%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916410800.220.480.1833.2752.3362.16
HexD1A46C016301221343e
Octal3212441540266022416476
Binary1101000110100100110110001011011000010010100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A46C; }

 p { color: rgb(209,164,108); }

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

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

 a { background-color: rgb(209,164,108); }

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

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

 span { border-color: rgb(209,164,108); }

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