Shades of Putty #D5AC6E
Tints of Putty #D5AC6E
RGB
CMYK
RGB Variations
Color information
#D5AC6E (or 0xD5AC6E) is known color: Putty. HEX triplet: D5, AC and 6E. RGB value is (213,172,110). Sum of RGB (Red+Green+Blue) = 213+172+110=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC6E is #2A5391. Grayscale: #B1B1B1. Windows color (decimal): -2773906 or 7253205. OLE color: 7253205.
HSL color Cylindrical-coordinate representation of color #D5AC6E: hue angle of 36.12º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5AC6E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 110 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.16 |
| HSL | 36.12º | 0.55% | 0.63% | - |
| HSV(B) | 36.12º | 0.48% | 0.84% | - |
| XYZ | 45.01 | 44.78 | 21.02 | - |
| YUV | 177.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 110 | 0 | 0.19 | 0.48 | 0.16 | 36.12 | 0.55 | 0.63 |
| Hex | D5 | AC | 6E | 0 | 13 | 30 | 10 | 24 | 37 | 3F |
| Octal | 325 | 254 | 156 | 0 | 23 | 60 | 20 | 44 | 67 | 77 |
| Binary | 11010101 | 10101100 | 1101110 | 0 | 10011 | 110000 | 10000 | 100100 | 110111 | 111111 |
Color Harmonies of #D5AC6E
Complementary color
Monochromatic Colors of #D5AC6E
Black with #D5AC6E
Text Example
Text Example
White with #D5AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC6E; }
p { color: rgb(213,172,110); }
H1.HeaderClassName
{
color: #D5AC6E;
}
.AnyTagClassName
{
color: #D5AC6E;
}
</style>
background-color css
<style>
a { background-color: #D5AC6E; }
a { background-color: rgb(213,172,110); }
div.DivClassName
{
background-color: #D5AC6E;
}
.BgClassName
{
background-color: #D5AC6E;
}
</style>
border-color css
<style>
span { border-color: #D5AC6E; }
span { border-color: rgb(213,172,110); }
td.TdClassName
{
border-color: #D5AC6E;
}
.TagClassName
{
border-color: #D5AC6E;
}
</style>