Shades of Putty #D6AB6C
Tints of Putty #D6AB6C
RGB
CMYK
RGB Variations
Color information
#D6AB6C (or 0xD6AB6C) is known color: Putty. HEX triplet: D6, AB and 6C. RGB value is (214,171,108). Sum of RGB (Red+Green+Blue) = 214+171+108=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB6C is #295493. Grayscale: #B0B0B0. Windows color (decimal): -2708628 or 7121878. OLE color: 7121878.
HSL color Cylindrical-coordinate representation of color #D6AB6C: hue angle of 35.66º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6AB6C is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 108 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.16 |
| HSL | 35.66º | 0.56% | 0.63% | - |
| HSV(B) | 35.66º | 0.5% | 0.84% | - |
| XYZ | 45 | 44.5 | 20.41 | - |
| YUV | 176.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 108 | 0 | 0.20 | 0.50 | 0.16 | 35.66 | 0.56 | 0.63 |
| Hex | D6 | AB | 6C | 0 | 14 | 32 | 10 | 24 | 38 | 3F |
| Octal | 326 | 253 | 154 | 0 | 24 | 62 | 20 | 44 | 70 | 77 |
| Binary | 11010110 | 10101011 | 1101100 | 0 | 10100 | 110010 | 10000 | 100100 | 111000 | 111111 |
Color Harmonies of #D6AB6C
Complementary color
Monochromatic Colors of #D6AB6C
Black with #D6AB6C
Text Example
Text Example
White with #D6AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB6C; }
p { color: rgb(214,171,108); }
H1.HeaderClassName
{
color: #D6AB6C;
}
.AnyTagClassName
{
color: #D6AB6C;
}
</style>
background-color css
<style>
a { background-color: #D6AB6C; }
a { background-color: rgb(214,171,108); }
div.DivClassName
{
background-color: #D6AB6C;
}
.BgClassName
{
background-color: #D6AB6C;
}
</style>
border-color css
<style>
span { border-color: #D6AB6C; }
span { border-color: rgb(214,171,108); }
td.TdClassName
{
border-color: #D6AB6C;
}
.TagClassName
{
border-color: #D6AB6C;
}
</style>