Shades of Putty #D0AC6E
Tints of Putty #D0AC6E
RGB
CMYK
RGB Variations
Color information
#D0AC6E (or 0xD0AC6E) is known color: Putty. HEX triplet: D0, AC and 6E. RGB value is (208,172,110). Sum of RGB (Red+Green+Blue) = 208+172+110=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC6E is #2F5391. Grayscale: #AFAFAF. Windows color (decimal): -3101586 or 7253200. OLE color: 7253200.
HSL color Cylindrical-coordinate representation of color #D0AC6E: hue angle of 37.96º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0AC6E is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 110 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.18 |
| HSL | 37.96º | 0.51% | 0.62% | - |
| HSV(B) | 37.96º | 0.47% | 0.82% | - |
| XYZ | 43.58 | 44.04 | 20.96 | - |
| YUV | 175.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 110 | 0 | 0.17 | 0.47 | 0.18 | 37.96 | 0.51 | 0.62 |
| Hex | D0 | AC | 6E | 0 | 11 | 2F | 12 | 26 | 33 | 3E |
| Octal | 320 | 254 | 156 | 0 | 21 | 57 | 22 | 46 | 63 | 76 |
| Binary | 11010000 | 10101100 | 1101110 | 0 | 10001 | 101111 | 10010 | 100110 | 110011 | 111110 |
Color Harmonies of #D0AC6E
Complementary color
Monochromatic Colors of #D0AC6E
Black with #D0AC6E
Text Example
Text Example
White with #D0AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC6E; }
p { color: rgb(208,172,110); }
H1.HeaderClassName
{
color: #D0AC6E;
}
.AnyTagClassName
{
color: #D0AC6E;
}
</style>
background-color css
<style>
a { background-color: #D0AC6E; }
a { background-color: rgb(208,172,110); }
div.DivClassName
{
background-color: #D0AC6E;
}
.BgClassName
{
background-color: #D0AC6E;
}
</style>
border-color css
<style>
span { border-color: #D0AC6E; }
span { border-color: rgb(208,172,110); }
td.TdClassName
{
border-color: #D0AC6E;
}
.TagClassName
{
border-color: #D0AC6E;
}
</style>