Shades of Putty #D1A26C
Tints of Putty #D1A26C
RGB
CMYK
RGB Variations
Color information
#D1A26C (or 0xD1A26C) is known color: 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
| RGB | 209 | 162 | 108 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.18 |
| HSL | 32.08º | 0.52% | 0.62% | - |
| HSV(B) | 32.08º | 0.48% | 0.82% | - |
| XYZ | 41.92 | 40.48 | 19.79 | - |
| YUV | 169.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 108 | 0 | 0.22 | 0.48 | 0.18 | 32.08 | 0.52 | 0.62 |
| Hex | D1 | A2 | 6C | 0 | 16 | 30 | 12 | 20 | 34 | 3E |
| Octal | 321 | 242 | 154 | 0 | 26 | 60 | 22 | 40 | 64 | 76 |
| Binary | 11010001 | 10100010 | 1101100 | 0 | 10110 | 110000 | 10010 | 100000 | 110100 | 111110 |
Color Harmonies of #D1A26C
Complementary color
Monochromatic Colors of #D1A26C
Black with #D1A26C
Text Example
Text Example
White with #D1A26C
Text Example
Text Example
HTML Codes & Css Web 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>