Shades of Putty #D2AC72
Tints of Putty #D2AC72
RGB
CMYK
RGB Variations
Color information
#D2AC72 (or 0xD2AC72) is known color: Putty. HEX triplet: D2, AC and 72. RGB value is (210,172,114). Sum of RGB (Red+Green+Blue) = 210+172+114=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC72 is #2D538D. Grayscale: #B1B1B1. Windows color (decimal): -2970510 or 7515346. OLE color: 7515346.
HSL color Cylindrical-coordinate representation of color #D2AC72: hue angle of 36.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2AC72 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 114 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.18 |
| HSL | 36.25º | 0.52% | 0.64% | - |
| HSV(B) | 36.25º | 0.46% | 0.82% | - |
| XYZ | 44.37 | 44.42 | 22.16 | - |
| YUV | 176.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 114 | 0 | 0.18 | 0.46 | 0.18 | 36.25 | 0.52 | 0.64 |
| Hex | D2 | AC | 72 | 0 | 12 | 2E | 12 | 24 | 34 | 40 |
| Octal | 322 | 254 | 162 | 0 | 22 | 56 | 22 | 44 | 64 | 100 |
| Binary | 11010010 | 10101100 | 1110010 | 0 | 10010 | 101110 | 10010 | 100100 | 110100 | 1000000 |
Color Harmonies of #D2AC72
Complementary color
Monochromatic Colors of #D2AC72
Black with #D2AC72
Text Example
Text Example
White with #D2AC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC72; }
p { color: rgb(210,172,114); }
H1.HeaderClassName
{
color: #D2AC72;
}
.AnyTagClassName
{
color: #D2AC72;
}
</style>
background-color css
<style>
a { background-color: #D2AC72; }
a { background-color: rgb(210,172,114); }
div.DivClassName
{
background-color: #D2AC72;
}
.BgClassName
{
background-color: #D2AC72;
}
</style>
border-color css
<style>
span { border-color: #D2AC72; }
span { border-color: rgb(210,172,114); }
td.TdClassName
{
border-color: #D2AC72;
}
.TagClassName
{
border-color: #D2AC72;
}
</style>