Shades of Putty #D0AB78
Tints of Putty #D0AB78
RGB
CMYK
RGB Variations
Color information
#D0AB78 (or 0xD0AB78) is known color: Putty. HEX triplet: D0, AB and 78. RGB value is (208,171,120). Sum of RGB (Red+Green+Blue) = 208+171+120=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB78 is #2F5487. Grayscale: #B0B0B0. Windows color (decimal): -3101832 or 7908304. OLE color: 7908304.
HSL color Cylindrical-coordinate representation of color #D0AB78: hue angle of 34.77º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0AB78 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 120 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.18 |
| HSL | 34.77º | 0.48% | 0.64% | - |
| HSV(B) | 34.77º | 0.42% | 0.82% | - |
| XYZ | 43.97 | 43.89 | 23.92 | - |
| YUV | 176.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 120 | 0 | 0.18 | 0.42 | 0.18 | 34.77 | 0.48 | 0.64 |
| Hex | D0 | AB | 78 | 0 | 12 | 2A | 12 | 23 | 30 | 40 |
| Octal | 320 | 253 | 170 | 0 | 22 | 52 | 22 | 43 | 60 | 100 |
| Binary | 11010000 | 10101011 | 1111000 | 0 | 10010 | 101010 | 10010 | 100011 | 110000 | 1000000 |
Color Harmonies of #D0AB78
Complementary color
Monochromatic Colors of #D0AB78
Black with #D0AB78
Text Example
Text Example
White with #D0AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB78; }
p { color: rgb(208,171,120); }
H1.HeaderClassName
{
color: #D0AB78;
}
.AnyTagClassName
{
color: #D0AB78;
}
</style>
background-color css
<style>
a { background-color: #D0AB78; }
a { background-color: rgb(208,171,120); }
div.DivClassName
{
background-color: #D0AB78;
}
.BgClassName
{
background-color: #D0AB78;
}
</style>
border-color css
<style>
span { border-color: #D0AB78; }
span { border-color: rgb(208,171,120); }
td.TdClassName
{
border-color: #D0AB78;
}
.TagClassName
{
border-color: #D0AB78;
}
</style>