Shades of Putty #D0AC77
Tints of Putty #D0AC77
RGB
CMYK
RGB Variations
Color information
#D0AC77 (or 0xD0AC77) is known color: Putty. HEX triplet: D0, AC and 77. RGB value is (208,172,119). Sum of RGB (Red+Green+Blue) = 208+172+119=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC77 is #2F5388. Grayscale: #B0B0B0. Windows color (decimal): -3101577 or 7843024. OLE color: 7843024.
HSL color Cylindrical-coordinate representation of color #D0AC77: hue angle of 35.73º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0AC77 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 119 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.18 |
| HSL | 35.73º | 0.49% | 0.64% | - |
| HSV(B) | 35.73º | 0.43% | 0.82% | - |
| XYZ | 44.09 | 44.25 | 23.67 | - |
| YUV | 176.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 119 | 0 | 0.17 | 0.43 | 0.18 | 35.73 | 0.49 | 0.64 |
| Hex | D0 | AC | 77 | 0 | 11 | 2B | 12 | 24 | 31 | 40 |
| Octal | 320 | 254 | 167 | 0 | 21 | 53 | 22 | 44 | 61 | 100 |
| Binary | 11010000 | 10101100 | 1110111 | 0 | 10001 | 101011 | 10010 | 100100 | 110001 | 1000000 |
Color Harmonies of #D0AC77
Complementary color
Monochromatic Colors of #D0AC77
Black with #D0AC77
Text Example
Text Example
White with #D0AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC77; }
p { color: rgb(208,172,119); }
H1.HeaderClassName
{
color: #D0AC77;
}
.AnyTagClassName
{
color: #D0AC77;
}
</style>
background-color css
<style>
a { background-color: #D0AC77; }
a { background-color: rgb(208,172,119); }
div.DivClassName
{
background-color: #D0AC77;
}
.BgClassName
{
background-color: #D0AC77;
}
</style>
border-color css
<style>
span { border-color: #D0AC77; }
span { border-color: rgb(208,172,119); }
td.TdClassName
{
border-color: #D0AC77;
}
.TagClassName
{
border-color: #D0AC77;
}
</style>