Shades of Putty #D5A96A
Tints of Putty #D5A96A
RGB
CMYK
RGB Variations
Color information
#D5A96A (or 0xD5A96A) is known color: Putty. HEX triplet: D5, A9 and 6A. RGB value is (213,169,106). Sum of RGB (Red+Green+Blue) = 213+169+106=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A96A is #2A5695. Grayscale: #AFAFAF. Windows color (decimal): -2774678 or 6990293. OLE color: 6990293.
HSL color Cylindrical-coordinate representation of color #D5A96A: hue angle of 35.33º 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 #D5A96A is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 106 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.16 |
| HSL | 35.33º | 0.56% | 0.63% | - |
| HSV(B) | 35.33º | 0.5% | 0.84% | - |
| XYZ | 44.23 | 43.56 | 19.71 | - |
| YUV | 174.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 106 | 0 | 0.21 | 0.50 | 0.16 | 35.33 | 0.56 | 0.63 |
| Hex | D5 | A9 | 6A | 0 | 15 | 32 | 10 | 23 | 38 | 3F |
| Octal | 325 | 251 | 152 | 0 | 25 | 62 | 20 | 43 | 70 | 77 |
| Binary | 11010101 | 10101001 | 1101010 | 0 | 10101 | 110010 | 10000 | 100011 | 111000 | 111111 |
Color Harmonies of #D5A96A
Complementary color
Monochromatic Colors of #D5A96A
Black with #D5A96A
Text Example
Text Example
White with #D5A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A96A; }
p { color: rgb(213,169,106); }
H1.HeaderClassName
{
color: #D5A96A;
}
.AnyTagClassName
{
color: #D5A96A;
}
</style>
background-color css
<style>
a { background-color: #D5A96A; }
a { background-color: rgb(213,169,106); }
div.DivClassName
{
background-color: #D5A96A;
}
.BgClassName
{
background-color: #D5A96A;
}
</style>
border-color css
<style>
span { border-color: #D5A96A; }
span { border-color: rgb(213,169,106); }
td.TdClassName
{
border-color: #D5A96A;
}
.TagClassName
{
border-color: #D5A96A;
}
</style>