Shades of Putty #D5AB6C
Tints of Putty #D5AB6C
RGB
CMYK
RGB Variations
Color information
#D5AB6C (or 0xD5AB6C) is known color: Putty. HEX triplet: D5, AB and 6C. RGB value is (213,171,108). Sum of RGB (Red+Green+Blue) = 213+171+108=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB6C is #2A5493. Grayscale: #B0B0B0. Windows color (decimal): -2774164 or 7121877. OLE color: 7121877.
HSL color Cylindrical-coordinate representation of color #D5AB6C: hue angle of 36º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5AB6C is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 108 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.16 |
| HSL | 36º | 0.56% | 0.63% | - |
| HSV(B) | 36º | 0.49% | 0.84% | - |
| XYZ | 44.71 | 44.35 | 20.39 | - |
| YUV | 176.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 108 | 0 | 0.20 | 0.49 | 0.16 | 36 | 0.56 | 0.63 |
| Hex | D5 | AB | 6C | 0 | 14 | 31 | 10 | 24 | 38 | 3F |
| Octal | 325 | 253 | 154 | 0 | 24 | 61 | 20 | 44 | 70 | 77 |
| Binary | 11010101 | 10101011 | 1101100 | 0 | 10100 | 110001 | 10000 | 100100 | 111000 | 111111 |
Color Harmonies of #D5AB6C
Complementary color
Monochromatic Colors of #D5AB6C
Black with #D5AB6C
Text Example
Text Example
White with #D5AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB6C; }
p { color: rgb(213,171,108); }
H1.HeaderClassName
{
color: #D5AB6C;
}
.AnyTagClassName
{
color: #D5AB6C;
}
</style>
background-color css
<style>
a { background-color: #D5AB6C; }
a { background-color: rgb(213,171,108); }
div.DivClassName
{
background-color: #D5AB6C;
}
.BgClassName
{
background-color: #D5AB6C;
}
</style>
border-color css
<style>
span { border-color: #D5AB6C; }
span { border-color: rgb(213,171,108); }
td.TdClassName
{
border-color: #D5AB6C;
}
.TagClassName
{
border-color: #D5AB6C;
}
</style>