Shades of Putty #D3AB6E
Tints of Putty #D3AB6E
RGB
CMYK
RGB Variations
Color information
#D3AB6E (or 0xD3AB6E) is known color: Putty. HEX triplet: D3, AB and 6E. RGB value is (211,171,110). Sum of RGB (Red+Green+Blue) = 211+171+110=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB6E is #2C5491. Grayscale: #B0B0B0. Windows color (decimal): -2905234 or 7252947. OLE color: 7252947.
HSL color Cylindrical-coordinate representation of color #D3AB6E: hue angle of 36.24º degrees, saturation: 0.53, 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 #D3AB6E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 110 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.17 |
| HSL | 36.24º | 0.53% | 0.63% | - |
| HSV(B) | 36.24º | 0.48% | 0.83% | - |
| XYZ | 44.24 | 44.1 | 20.93 | - |
| YUV | 176.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 110 | 0 | 0.19 | 0.48 | 0.17 | 36.24 | 0.53 | 0.63 |
| Hex | D3 | AB | 6E | 0 | 13 | 30 | 11 | 24 | 35 | 3F |
| Octal | 323 | 253 | 156 | 0 | 23 | 60 | 21 | 44 | 65 | 77 |
| Binary | 11010011 | 10101011 | 1101110 | 0 | 10011 | 110000 | 10001 | 100100 | 110101 | 111111 |
Color Harmonies of #D3AB6E
Complementary color
Monochromatic Colors of #D3AB6E
Black with #D3AB6E
Text Example
Text Example
White with #D3AB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB6E; }
p { color: rgb(211,171,110); }
H1.HeaderClassName
{
color: #D3AB6E;
}
.AnyTagClassName
{
color: #D3AB6E;
}
</style>
background-color css
<style>
a { background-color: #D3AB6E; }
a { background-color: rgb(211,171,110); }
div.DivClassName
{
background-color: #D3AB6E;
}
.BgClassName
{
background-color: #D3AB6E;
}
</style>
border-color css
<style>
span { border-color: #D3AB6E; }
span { border-color: rgb(211,171,110); }
td.TdClassName
{
border-color: #D3AB6E;
}
.TagClassName
{
border-color: #D3AB6E;
}
</style>