Shades of Putty #D2A875
Tints of Putty #D2A875
RGB
CMYK
RGB Variations
Color information
#D2A875 (or 0xD2A875) is known color: Putty. HEX triplet: D2, A8 and 75. RGB value is (210,168,117). Sum of RGB (Red+Green+Blue) = 210+168+117=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A875 is #2D578A. Grayscale: #AEAEAE. Windows color (decimal): -2971531 or 7710930. OLE color: 7710930.
HSL color Cylindrical-coordinate representation of color #D2A875: hue angle of 32.9º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2A875 is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 117 | - |
| CMYK | 0 | 0.2 | 0.44 | 0.18 |
| HSL | 32.9º | 0.51% | 0.64% | - |
| HSV(B) | 32.9º | 0.44% | 0.82% | - |
| XYZ | 43.79 | 42.99 | 22.82 | - |
| YUV | 174.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 117 | 0 | 0.2 | 0.44 | 0.18 | 32.9 | 0.51 | 0.64 |
| Hex | D2 | A8 | 75 | 0 | 14 | 2C | 12 | 21 | 33 | 40 |
| Octal | 322 | 250 | 165 | 0 | 24 | 54 | 22 | 41 | 63 | 100 |
| Binary | 11010010 | 10101000 | 1110101 | 0 | 10100 | 101100 | 10010 | 100001 | 110011 | 1000000 |
Color Harmonies of #D2A875
Complementary color
Monochromatic Colors of #D2A875
Black with #D2A875
Text Example
Text Example
White with #D2A875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A875; }
p { color: rgb(210,168,117); }
H1.HeaderClassName
{
color: #D2A875;
}
.AnyTagClassName
{
color: #D2A875;
}
</style>
background-color css
<style>
a { background-color: #D2A875; }
a { background-color: rgb(210,168,117); }
div.DivClassName
{
background-color: #D2A875;
}
.BgClassName
{
background-color: #D2A875;
}
</style>
border-color css
<style>
span { border-color: #D2A875; }
span { border-color: rgb(210,168,117); }
td.TdClassName
{
border-color: #D2A875;
}
.TagClassName
{
border-color: #D2A875;
}
</style>