#D1A26C

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

Shades of Putty #D1A26C

Tints of Putty #D1A26C

Color information

#D1A26C (or 0xD1A26C) is unknown color: approx Putty. HEX triplet: D1, A2 and 6C. RGB value is (209,162,108). Sum of RGB (Red+Green+Blue) = 209+162+108=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A26C is #2E5D93. Grayscale: #AAAAAA. Windows color (decimal): -3038612 or 7119569. OLE color: 7119569.

HSL color Cylindrical-coordinate representation of color #D1A26C: hue angle of 32.08º 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 #D1A26C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB209162108-
CMYK00.220.480.18
HSL32.08º52.33%62.16%-
HSV(B)32.08º48.33%81.96%-
XYZ41.9240.4819.79-
YUV169.993.07155.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=43.63%
G=33.82%
B=22.55%

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
Decimal20916210800.220.480.1832.0852.3362.16
HexD1A26C016301220343e
Octal3212421540266022406476
Binary1101000110100010110110001011011000010010100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A26C; }

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

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

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

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

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

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

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

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