Shades of Putty #D1A26D
Tints of Putty #D1A26D
RGB
CMYK
RGB Variations
Color information
#D1A26D (or 0xD1A26D) is known color: Putty. HEX triplet: D1, A2 and 6D. RGB value is (209,162,109). Sum of RGB (Red+Green+Blue) = 209+162+109=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A26D is #2E5D92. Grayscale: #AAAAAA. Windows color (decimal): -3038611 or 7185105. OLE color: 7185105.
HSL color Cylindrical-coordinate representation of color #D1A26D: hue angle of 31.8º 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 #D1A26D is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 109 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.18 |
| HSL | 31.8º | 0.52% | 0.62% | - |
| HSV(B) | 31.8º | 0.48% | 0.82% | - |
| XYZ | 41.98 | 40.5 | 20.07 | - |
| YUV | 170.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 109 | 0 | 0.22 | 0.48 | 0.18 | 31.8 | 0.52 | 0.62 |
| Hex | D1 | A2 | 6D | 0 | 16 | 30 | 12 | 20 | 34 | 3E |
| Octal | 321 | 242 | 155 | 0 | 26 | 60 | 22 | 40 | 64 | 76 |
| Binary | 11010001 | 10100010 | 1101101 | 0 | 10110 | 110000 | 10010 | 100000 | 110100 | 111110 |
Color Harmonies of #D1A26D
Complementary color
Monochromatic Colors of #D1A26D
Black with #D1A26D
Text Example
Text Example
White with #D1A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A26D; }
p { color: rgb(209,162,109); }
H1.HeaderClassName
{
color: #D1A26D;
}
.AnyTagClassName
{
color: #D1A26D;
}
</style>
background-color css
<style>
a { background-color: #D1A26D; }
a { background-color: rgb(209,162,109); }
div.DivClassName
{
background-color: #D1A26D;
}
.BgClassName
{
background-color: #D1A26D;
}
</style>
border-color css
<style>
span { border-color: #D1A26D; }
span { border-color: rgb(209,162,109); }
td.TdClassName
{
border-color: #D1A26D;
}
.TagClassName
{
border-color: #D1A26D;
}
</style>