Shades of Putty #D1AB6D
Tints of Putty #D1AB6D
RGB
CMYK
RGB Variations
Color information
#D1AB6D (or 0xD1AB6D) is known color: Putty. HEX triplet: D1, AB and 6D. RGB value is (209,171,109). Sum of RGB (Red+Green+Blue) = 209+171+109=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB6D is #2E5492. Grayscale: #AFAFAF. Windows color (decimal): -3036307 or 7187409. OLE color: 7187409.
HSL color Cylindrical-coordinate representation of color #D1AB6D: hue angle of 37.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1AB6D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 109 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.18 |
| HSL | 37.2º | 0.52% | 0.62% | - |
| HSV(B) | 37.2º | 0.48% | 0.82% | - |
| XYZ | 43.62 | 43.79 | 20.62 | - |
| YUV | 175.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 109 | 0 | 0.18 | 0.48 | 0.18 | 37.2 | 0.52 | 0.62 |
| Hex | D1 | AB | 6D | 0 | 12 | 30 | 12 | 25 | 34 | 3E |
| Octal | 321 | 253 | 155 | 0 | 22 | 60 | 22 | 45 | 64 | 76 |
| Binary | 11010001 | 10101011 | 1101101 | 0 | 10010 | 110000 | 10010 | 100101 | 110100 | 111110 |
Color Harmonies of #D1AB6D
Complementary color
Monochromatic Colors of #D1AB6D
Black with #D1AB6D
Text Example
Text Example
White with #D1AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB6D; }
p { color: rgb(209,171,109); }
H1.HeaderClassName
{
color: #D1AB6D;
}
.AnyTagClassName
{
color: #D1AB6D;
}
</style>
background-color css
<style>
a { background-color: #D1AB6D; }
a { background-color: rgb(209,171,109); }
div.DivClassName
{
background-color: #D1AB6D;
}
.BgClassName
{
background-color: #D1AB6D;
}
</style>
border-color css
<style>
span { border-color: #D1AB6D; }
span { border-color: rgb(209,171,109); }
td.TdClassName
{
border-color: #D1AB6D;
}
.TagClassName
{
border-color: #D1AB6D;
}
</style>