Shades of Putty #D5A86A
Tints of Putty #D5A86A
RGB
CMYK
RGB Variations
Color information
#D5A86A (or 0xD5A86A) is known color: Putty. HEX triplet: D5, A8 and 6A. RGB value is (213,168,106). Sum of RGB (Red+Green+Blue) = 213+168+106=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A86A is #2A5795. Grayscale: #AEAEAE. Windows color (decimal): -2774934 or 6990037. OLE color: 6990037.
HSL color Cylindrical-coordinate representation of color #D5A86A: hue angle of 34.77º 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 #D5A86A is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 106 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.16 |
| HSL | 34.77º | 0.56% | 0.63% | - |
| HSV(B) | 34.77º | 0.5% | 0.84% | - |
| XYZ | 44.04 | 43.19 | 19.65 | - |
| YUV | 174.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 106 | 0 | 0.21 | 0.50 | 0.16 | 34.77 | 0.56 | 0.63 |
| Hex | D5 | A8 | 6A | 0 | 15 | 32 | 10 | 23 | 38 | 3F |
| Octal | 325 | 250 | 152 | 0 | 25 | 62 | 20 | 43 | 70 | 77 |
| Binary | 11010101 | 10101000 | 1101010 | 0 | 10101 | 110010 | 10000 | 100011 | 111000 | 111111 |
Color Harmonies of #D5A86A
Complementary color
Monochromatic Colors of #D5A86A
Black with #D5A86A
Text Example
Text Example
White with #D5A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A86A; }
p { color: rgb(213,168,106); }
H1.HeaderClassName
{
color: #D5A86A;
}
.AnyTagClassName
{
color: #D5A86A;
}
</style>
background-color css
<style>
a { background-color: #D5A86A; }
a { background-color: rgb(213,168,106); }
div.DivClassName
{
background-color: #D5A86A;
}
.BgClassName
{
background-color: #D5A86A;
}
</style>
border-color css
<style>
span { border-color: #D5A86A; }
span { border-color: rgb(213,168,106); }
td.TdClassName
{
border-color: #D5A86A;
}
.TagClassName
{
border-color: #D5A86A;
}
</style>