Shades of Putty #D2A271
Tints of Putty #D2A271
RGB
CMYK
RGB Variations
Color information
#D2A271 (or 0xD2A271) is known color: Putty. HEX triplet: D2, A2 and 71. RGB value is (210,162,113). Sum of RGB (Red+Green+Blue) = 210+162+113=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A271 is #2D5D8E. Grayscale: #ABABAB. Windows color (decimal): -2973071 or 7447250. OLE color: 7447250.
HSL color Cylindrical-coordinate representation of color #D2A271: hue angle of 30.31º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2A271 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 113 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.18 |
| HSL | 30.31º | 0.52% | 0.63% | - |
| HSV(B) | 30.31º | 0.46% | 0.82% | - |
| XYZ | 42.48 | 40.73 | 21.25 | - |
| YUV | 170.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 113 | 0 | 0.23 | 0.46 | 0.18 | 30.31 | 0.52 | 0.63 |
| Hex | D2 | A2 | 71 | 0 | 17 | 2E | 12 | 1E | 34 | 3F |
| Octal | 322 | 242 | 161 | 0 | 27 | 56 | 22 | 36 | 64 | 77 |
| Binary | 11010010 | 10100010 | 1110001 | 0 | 10111 | 101110 | 10010 | 11110 | 110100 | 111111 |
Color Harmonies of #D2A271
Complementary color
Monochromatic Colors of #D2A271
Black with #D2A271
Text Example
Text Example
White with #D2A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A271; }
p { color: rgb(210,162,113); }
H1.HeaderClassName
{
color: #D2A271;
}
.AnyTagClassName
{
color: #D2A271;
}
</style>
background-color css
<style>
a { background-color: #D2A271; }
a { background-color: rgb(210,162,113); }
div.DivClassName
{
background-color: #D2A271;
}
.BgClassName
{
background-color: #D2A271;
}
</style>
border-color css
<style>
span { border-color: #D2A271; }
span { border-color: rgb(210,162,113); }
td.TdClassName
{
border-color: #D2A271;
}
.TagClassName
{
border-color: #D2A271;
}
</style>