Shades of Putty #D0AC6F
Tints of Putty #D0AC6F
RGB
CMYK
RGB Variations
Color information
#D0AC6F (or 0xD0AC6F) is known color: Putty. HEX triplet: D0, AC and 6F. RGB value is (208,172,111). Sum of RGB (Red+Green+Blue) = 208+172+111=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC6F is #2F5390. Grayscale: #B0B0B0. Windows color (decimal): -3101585 or 7318736. OLE color: 7318736.
HSL color Cylindrical-coordinate representation of color #D0AC6F: hue angle of 37.73º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0AC6F is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 111 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.18 |
| HSL | 37.73º | 0.51% | 0.63% | - |
| HSV(B) | 37.73º | 0.47% | 0.82% | - |
| XYZ | 43.63 | 44.06 | 21.24 | - |
| YUV | 175.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 111 | 0 | 0.17 | 0.47 | 0.18 | 37.73 | 0.51 | 0.63 |
| Hex | D0 | AC | 6F | 0 | 11 | 2F | 12 | 26 | 33 | 3F |
| Octal | 320 | 254 | 157 | 0 | 21 | 57 | 22 | 46 | 63 | 77 |
| Binary | 11010000 | 10101100 | 1101111 | 0 | 10001 | 101111 | 10010 | 100110 | 110011 | 111111 |
Color Harmonies of #D0AC6F
Complementary color
Monochromatic Colors of #D0AC6F
Black with #D0AC6F
Text Example
Text Example
White with #D0AC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC6F; }
p { color: rgb(208,172,111); }
H1.HeaderClassName
{
color: #D0AC6F;
}
.AnyTagClassName
{
color: #D0AC6F;
}
</style>
background-color css
<style>
a { background-color: #D0AC6F; }
a { background-color: rgb(208,172,111); }
div.DivClassName
{
background-color: #D0AC6F;
}
.BgClassName
{
background-color: #D0AC6F;
}
</style>
border-color css
<style>
span { border-color: #D0AC6F; }
span { border-color: rgb(208,172,111); }
td.TdClassName
{
border-color: #D0AC6F;
}
.TagClassName
{
border-color: #D0AC6F;
}
</style>