Shades of Putty #D2AB6C
Tints of Putty #D2AB6C
RGB
CMYK
RGB Variations
Color information
#D2AB6C (or 0xD2AB6C) is known color: Putty. HEX triplet: D2, AB and 6C. RGB value is (210,171,108). Sum of RGB (Red+Green+Blue) = 210+171+108=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB6C is #2D5493. Grayscale: #AFAFAF. Windows color (decimal): -2970772 or 7121874. OLE color: 7121874.
HSL color Cylindrical-coordinate representation of color #D2AB6C: hue angle of 37.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2AB6C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 108 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.18 |
| HSL | 37.06º | 0.53% | 0.62% | - |
| HSV(B) | 37.06º | 0.49% | 0.82% | - |
| XYZ | 43.85 | 43.91 | 20.35 | - |
| YUV | 175.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 108 | 0 | 0.19 | 0.49 | 0.18 | 37.06 | 0.53 | 0.62 |
| Hex | D2 | AB | 6C | 0 | 13 | 31 | 12 | 25 | 35 | 3E |
| Octal | 322 | 253 | 154 | 0 | 23 | 61 | 22 | 45 | 65 | 76 |
| Binary | 11010010 | 10101011 | 1101100 | 0 | 10011 | 110001 | 10010 | 100101 | 110101 | 111110 |
Color Harmonies of #D2AB6C
Complementary color
Monochromatic Colors of #D2AB6C
Black with #D2AB6C
Text Example
Text Example
White with #D2AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB6C; }
p { color: rgb(210,171,108); }
H1.HeaderClassName
{
color: #D2AB6C;
}
.AnyTagClassName
{
color: #D2AB6C;
}
</style>
background-color css
<style>
a { background-color: #D2AB6C; }
a { background-color: rgb(210,171,108); }
div.DivClassName
{
background-color: #D2AB6C;
}
.BgClassName
{
background-color: #D2AB6C;
}
</style>
border-color css
<style>
span { border-color: #D2AB6C; }
span { border-color: rgb(210,171,108); }
td.TdClassName
{
border-color: #D2AB6C;
}
.TagClassName
{
border-color: #D2AB6C;
}
</style>