Shades of Putty #D4A875
Tints of Putty #D4A875
RGB
CMYK
RGB Variations
Color information
#D4A875 (or 0xD4A875) is known color: Putty. HEX triplet: D4, A8 and 75. RGB value is (212,168,117). Sum of RGB (Red+Green+Blue) = 212+168+117=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A875 is #2B578A. Grayscale: #AFAFAF. Windows color (decimal): -2840459 or 7710932. OLE color: 7710932.
HSL color Cylindrical-coordinate representation of color #D4A875: hue angle of 32.21º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A875 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 117 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.17 |
| HSL | 32.21º | 0.52% | 0.65% | - |
| HSV(B) | 32.21º | 0.45% | 0.83% | - |
| XYZ | 44.36 | 43.29 | 22.85 | - |
| YUV | 175.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 117 | 0 | 0.21 | 0.45 | 0.17 | 32.21 | 0.52 | 0.65 |
| Hex | D4 | A8 | 75 | 0 | 15 | 2D | 11 | 20 | 34 | 41 |
| Octal | 324 | 250 | 165 | 0 | 25 | 55 | 21 | 40 | 64 | 101 |
| Binary | 11010100 | 10101000 | 1110101 | 0 | 10101 | 101101 | 10001 | 100000 | 110100 | 1000001 |
Color Harmonies of #D4A875
Complementary color
Monochromatic Colors of #D4A875
Black with #D4A875
Text Example
Text Example
White with #D4A875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A875; }
p { color: rgb(212,168,117); }
H1.HeaderClassName
{
color: #D4A875;
}
.AnyTagClassName
{
color: #D4A875;
}
</style>
background-color css
<style>
a { background-color: #D4A875; }
a { background-color: rgb(212,168,117); }
div.DivClassName
{
background-color: #D4A875;
}
.BgClassName
{
background-color: #D4A875;
}
</style>
border-color css
<style>
span { border-color: #D4A875; }
span { border-color: rgb(212,168,117); }
td.TdClassName
{
border-color: #D4A875;
}
.TagClassName
{
border-color: #D4A875;
}
</style>