Shades of Putty #D8AB6C
Tints of Putty #D8AB6C
RGB
CMYK
RGB Variations
Color information
#D8AB6C (or 0xD8AB6C) is known color: Putty. HEX triplet: D8, AB and 6C. RGB value is (216,171,108). Sum of RGB (Red+Green+Blue) = 216+171+108=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB6C is #275493. Grayscale: #B1B1B1. Windows color (decimal): -2577556 or 7121880. OLE color: 7121880.
HSL color Cylindrical-coordinate representation of color #D8AB6C: hue angle of 35º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8AB6C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 108 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.15 |
| HSL | 35º | 0.58% | 0.64% | - |
| HSV(B) | 35º | 0.5% | 0.85% | - |
| XYZ | 45.59 | 44.81 | 20.43 | - |
| YUV | 177.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 108 | 0 | 0.21 | 0.50 | 0.15 | 35 | 0.58 | 0.64 |
| Hex | D8 | AB | 6C | 0 | 15 | 32 | F | 23 | 3A | 40 |
| Octal | 330 | 253 | 154 | 0 | 25 | 62 | 17 | 43 | 72 | 100 |
| Binary | 11011000 | 10101011 | 1101100 | 0 | 10101 | 110010 | 1111 | 100011 | 111010 | 1000000 |
Color Harmonies of #D8AB6C
Complementary color
Monochromatic Colors of #D8AB6C
Black with #D8AB6C
Text Example
Text Example
White with #D8AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB6C; }
p { color: rgb(216,171,108); }
H1.HeaderClassName
{
color: #D8AB6C;
}
.AnyTagClassName
{
color: #D8AB6C;
}
</style>
background-color css
<style>
a { background-color: #D8AB6C; }
a { background-color: rgb(216,171,108); }
div.DivClassName
{
background-color: #D8AB6C;
}
.BgClassName
{
background-color: #D8AB6C;
}
</style>
border-color css
<style>
span { border-color: #D8AB6C; }
span { border-color: rgb(216,171,108); }
td.TdClassName
{
border-color: #D8AB6C;
}
.TagClassName
{
border-color: #D8AB6C;
}
</style>