Shades of Putty #D3A26C
Tints of Putty #D3A26C
RGB
CMYK
RGB Variations
Color information
#D3A26C (or 0xD3A26C) is known color: Putty. HEX triplet: D3, A2 and 6C. RGB value is (211,162,108). Sum of RGB (Red+Green+Blue) = 211+162+108=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A26C is #2C5D93. Grayscale: #AAAAAA. Windows color (decimal): -2907540 or 7119571. OLE color: 7119571.
HSL color Cylindrical-coordinate representation of color #D3A26C: hue angle of 31.46º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3A26C is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 108 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.17 |
| HSL | 31.46º | 0.54% | 0.63% | - |
| HSV(B) | 31.46º | 0.49% | 0.83% | - |
| XYZ | 42.49 | 40.77 | 19.82 | - |
| YUV | 170.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 108 | 0 | 0.23 | 0.49 | 0.17 | 31.46 | 0.54 | 0.63 |
| Hex | D3 | A2 | 6C | 0 | 17 | 31 | 11 | 1F | 36 | 3F |
| Octal | 323 | 242 | 154 | 0 | 27 | 61 | 21 | 37 | 66 | 77 |
| Binary | 11010011 | 10100010 | 1101100 | 0 | 10111 | 110001 | 10001 | 11111 | 110110 | 111111 |
Color Harmonies of #D3A26C
Complementary color
Monochromatic Colors of #D3A26C
Black with #D3A26C
Text Example
Text Example
White with #D3A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A26C; }
p { color: rgb(211,162,108); }
H1.HeaderClassName
{
color: #D3A26C;
}
.AnyTagClassName
{
color: #D3A26C;
}
</style>
background-color css
<style>
a { background-color: #D3A26C; }
a { background-color: rgb(211,162,108); }
div.DivClassName
{
background-color: #D3A26C;
}
.BgClassName
{
background-color: #D3A26C;
}
</style>
border-color css
<style>
span { border-color: #D3A26C; }
span { border-color: rgb(211,162,108); }
td.TdClassName
{
border-color: #D3A26C;
}
.TagClassName
{
border-color: #D3A26C;
}
</style>