Shades of Putty #D5A56A
Tints of Putty #D5A56A
RGB
CMYK
RGB Variations
Color information
#D5A56A (or 0xD5A56A) is known color: Putty. HEX triplet: D5, A5 and 6A. RGB value is (213,165,106). Sum of RGB (Red+Green+Blue) = 213+165+106=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A56A is #2A5A95. Grayscale: #ACACAC. Windows color (decimal): -2775702 or 6989269. OLE color: 6989269.
HSL color Cylindrical-coordinate representation of color #D5A56A: hue angle of 33.08º 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 #D5A56A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 106 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.16 |
| HSL | 33.08º | 0.56% | 0.63% | - |
| HSV(B) | 33.08º | 0.5% | 0.84% | - |
| XYZ | 43.5 | 42.1 | 19.47 | - |
| YUV | 172.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 106 | 0 | 0.23 | 0.50 | 0.16 | 33.08 | 0.56 | 0.63 |
| Hex | D5 | A5 | 6A | 0 | 17 | 32 | 10 | 21 | 38 | 3F |
| Octal | 325 | 245 | 152 | 0 | 27 | 62 | 20 | 41 | 70 | 77 |
| Binary | 11010101 | 10100101 | 1101010 | 0 | 10111 | 110010 | 10000 | 100001 | 111000 | 111111 |
Color Harmonies of #D5A56A
Complementary color
Monochromatic Colors of #D5A56A
Black with #D5A56A
Text Example
Text Example
White with #D5A56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A56A; }
p { color: rgb(213,165,106); }
H1.HeaderClassName
{
color: #D5A56A;
}
.AnyTagClassName
{
color: #D5A56A;
}
</style>
background-color css
<style>
a { background-color: #D5A56A; }
a { background-color: rgb(213,165,106); }
div.DivClassName
{
background-color: #D5A56A;
}
.BgClassName
{
background-color: #D5A56A;
}
</style>
border-color css
<style>
span { border-color: #D5A56A; }
span { border-color: rgb(213,165,106); }
td.TdClassName
{
border-color: #D5A56A;
}
.TagClassName
{
border-color: #D5A56A;
}
</style>