Shades of Putty #D4AB6C
Tints of Putty #D4AB6C
RGB
CMYK
RGB Variations
Color information
#D4AB6C (or 0xD4AB6C) is known color: Putty. HEX triplet: D4, AB and 6C. RGB value is (212,171,108). Sum of RGB (Red+Green+Blue) = 212+171+108=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB6C is #2B5493. Grayscale: #B0B0B0. Windows color (decimal): -2839700 or 7121876. OLE color: 7121876.
HSL color Cylindrical-coordinate representation of color #D4AB6C: hue angle of 36.35º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4AB6C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 108 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.17 |
| HSL | 36.35º | 0.55% | 0.63% | - |
| HSV(B) | 36.35º | 0.49% | 0.83% | - |
| XYZ | 44.42 | 44.21 | 20.38 | - |
| YUV | 176.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 108 | 0 | 0.19 | 0.49 | 0.17 | 36.35 | 0.55 | 0.63 |
| Hex | D4 | AB | 6C | 0 | 13 | 31 | 11 | 24 | 37 | 3F |
| Octal | 324 | 253 | 154 | 0 | 23 | 61 | 21 | 44 | 67 | 77 |
| Binary | 11010100 | 10101011 | 1101100 | 0 | 10011 | 110001 | 10001 | 100100 | 110111 | 111111 |
Color Harmonies of #D4AB6C
Complementary color
Monochromatic Colors of #D4AB6C
Black with #D4AB6C
Text Example
Text Example
White with #D4AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB6C; }
p { color: rgb(212,171,108); }
H1.HeaderClassName
{
color: #D4AB6C;
}
.AnyTagClassName
{
color: #D4AB6C;
}
</style>
background-color css
<style>
a { background-color: #D4AB6C; }
a { background-color: rgb(212,171,108); }
div.DivClassName
{
background-color: #D4AB6C;
}
.BgClassName
{
background-color: #D4AB6C;
}
</style>
border-color css
<style>
span { border-color: #D4AB6C; }
span { border-color: rgb(212,171,108); }
td.TdClassName
{
border-color: #D4AB6C;
}
.TagClassName
{
border-color: #D4AB6C;
}
</style>