Shades of Putty #D4A570
Tints of Putty #D4A570
RGB
CMYK
RGB Variations
Color information
#D4A570 (or 0xD4A570) is known color: Putty. HEX triplet: D4, A5 and 70. RGB value is (212,165,112). Sum of RGB (Red+Green+Blue) = 212+165+112=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A570 is #2B5A8F. Grayscale: #ADADAD. Windows color (decimal): -2841232 or 7382484. OLE color: 7382484.
HSL color Cylindrical-coordinate representation of color #D4A570: hue angle of 31.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4A570 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 112 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.17 |
| HSL | 31.8º | 0.54% | 0.64% | - |
| HSV(B) | 31.8º | 0.47% | 0.83% | - |
| XYZ | 43.53 | 42.08 | 21.16 | - |
| YUV | 173.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 112 | 0 | 0.22 | 0.47 | 0.17 | 31.8 | 0.54 | 0.64 |
| Hex | D4 | A5 | 70 | 0 | 16 | 2F | 11 | 20 | 36 | 40 |
| Octal | 324 | 245 | 160 | 0 | 26 | 57 | 21 | 40 | 66 | 100 |
| Binary | 11010100 | 10100101 | 1110000 | 0 | 10110 | 101111 | 10001 | 100000 | 110110 | 1000000 |
Color Harmonies of #D4A570
Complementary color
Monochromatic Colors of #D4A570
Black with #D4A570
Text Example
Text Example
White with #D4A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A570; }
p { color: rgb(212,165,112); }
H1.HeaderClassName
{
color: #D4A570;
}
.AnyTagClassName
{
color: #D4A570;
}
</style>
background-color css
<style>
a { background-color: #D4A570; }
a { background-color: rgb(212,165,112); }
div.DivClassName
{
background-color: #D4A570;
}
.BgClassName
{
background-color: #D4A570;
}
</style>
border-color css
<style>
span { border-color: #D4A570; }
span { border-color: rgb(212,165,112); }
td.TdClassName
{
border-color: #D4A570;
}
.TagClassName
{
border-color: #D4A570;
}
</style>