Shades of Putty #D3AB6D
Tints of Putty #D3AB6D
RGB
CMYK
RGB Variations
Color information
#D3AB6D (or 0xD3AB6D) is known color: Putty. HEX triplet: D3, AB and 6D. RGB value is (211,171,109). Sum of RGB (Red+Green+Blue) = 211+171+109=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB6D is #2C5492. Grayscale: #B0B0B0. Windows color (decimal): -2905235 or 7187411. OLE color: 7187411.
HSL color Cylindrical-coordinate representation of color #D3AB6D: hue angle of 36.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3AB6D is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 109 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.17 |
| HSL | 36.47º | 0.54% | 0.63% | - |
| HSV(B) | 36.47º | 0.48% | 0.83% | - |
| XYZ | 44.19 | 44.08 | 20.65 | - |
| YUV | 175.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 109 | 0 | 0.19 | 0.48 | 0.17 | 36.47 | 0.54 | 0.63 |
| Hex | D3 | AB | 6D | 0 | 13 | 30 | 11 | 24 | 36 | 3F |
| Octal | 323 | 253 | 155 | 0 | 23 | 60 | 21 | 44 | 66 | 77 |
| Binary | 11010011 | 10101011 | 1101101 | 0 | 10011 | 110000 | 10001 | 100100 | 110110 | 111111 |
Color Harmonies of #D3AB6D
Complementary color
Monochromatic Colors of #D3AB6D
Black with #D3AB6D
Text Example
Text Example
White with #D3AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB6D; }
p { color: rgb(211,171,109); }
H1.HeaderClassName
{
color: #D3AB6D;
}
.AnyTagClassName
{
color: #D3AB6D;
}
</style>
background-color css
<style>
a { background-color: #D3AB6D; }
a { background-color: rgb(211,171,109); }
div.DivClassName
{
background-color: #D3AB6D;
}
.BgClassName
{
background-color: #D3AB6D;
}
</style>
border-color css
<style>
span { border-color: #D3AB6D; }
span { border-color: rgb(211,171,109); }
td.TdClassName
{
border-color: #D3AB6D;
}
.TagClassName
{
border-color: #D3AB6D;
}
</style>