Shades of Putty #D2A873
Tints of Putty #D2A873
RGB
CMYK
RGB Variations
Color information
#D2A873 (or 0xD2A873) is known color: Putty. HEX triplet: D2, A8 and 73. RGB value is (210,168,115). Sum of RGB (Red+Green+Blue) = 210+168+115=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A873 is #2D578C. Grayscale: #AEAEAE. Windows color (decimal): -2971533 or 7579858. OLE color: 7579858.
HSL color Cylindrical-coordinate representation of color #D2A873: hue angle of 33.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2A873 is Cyan = 0, Magento = 0.2, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 115 | - |
| CMYK | 0 | 0.2 | 0.45 | 0.18 |
| HSL | 33.47º | 0.51% | 0.64% | - |
| HSV(B) | 33.47º | 0.45% | 0.82% | - |
| XYZ | 43.68 | 42.94 | 22.21 | - |
| YUV | 174.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 115 | 0 | 0.2 | 0.45 | 0.18 | 33.47 | 0.51 | 0.64 |
| Hex | D2 | A8 | 73 | 0 | 14 | 2D | 12 | 21 | 33 | 40 |
| Octal | 322 | 250 | 163 | 0 | 24 | 55 | 22 | 41 | 63 | 100 |
| Binary | 11010010 | 10101000 | 1110011 | 0 | 10100 | 101101 | 10010 | 100001 | 110011 | 1000000 |
Color Harmonies of #D2A873
Complementary color
Monochromatic Colors of #D2A873
Black with #D2A873
Text Example
Text Example
White with #D2A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A873; }
p { color: rgb(210,168,115); }
H1.HeaderClassName
{
color: #D2A873;
}
.AnyTagClassName
{
color: #D2A873;
}
</style>
background-color css
<style>
a { background-color: #D2A873; }
a { background-color: rgb(210,168,115); }
div.DivClassName
{
background-color: #D2A873;
}
.BgClassName
{
background-color: #D2A873;
}
</style>
border-color css
<style>
span { border-color: #D2A873; }
span { border-color: rgb(210,168,115); }
td.TdClassName
{
border-color: #D2A873;
}
.TagClassName
{
border-color: #D2A873;
}
</style>