Shades of Putty #D0AB74
Tints of Putty #D0AB74
RGB
CMYK
RGB Variations
Color information
#D0AB74 (or 0xD0AB74) is known color: Putty. HEX triplet: D0, AB and 74. RGB value is (208,171,116). Sum of RGB (Red+Green+Blue) = 208+171+116=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB74 is #2F548B. Grayscale: #B0B0B0. Windows color (decimal): -3101836 or 7646160. OLE color: 7646160.
HSL color Cylindrical-coordinate representation of color #D0AB74: hue angle of 35.87º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0AB74 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 116 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.18 |
| HSL | 35.87º | 0.49% | 0.64% | - |
| HSV(B) | 35.87º | 0.44% | 0.82% | - |
| XYZ | 43.73 | 43.8 | 22.67 | - |
| YUV | 175.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 116 | 0 | 0.18 | 0.44 | 0.18 | 35.87 | 0.49 | 0.64 |
| Hex | D0 | AB | 74 | 0 | 12 | 2C | 12 | 24 | 31 | 40 |
| Octal | 320 | 253 | 164 | 0 | 22 | 54 | 22 | 44 | 61 | 100 |
| Binary | 11010000 | 10101011 | 1110100 | 0 | 10010 | 101100 | 10010 | 100100 | 110001 | 1000000 |
Color Harmonies of #D0AB74
Complementary color
Monochromatic Colors of #D0AB74
Black with #D0AB74
Text Example
Text Example
White with #D0AB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB74; }
p { color: rgb(208,171,116); }
H1.HeaderClassName
{
color: #D0AB74;
}
.AnyTagClassName
{
color: #D0AB74;
}
</style>
background-color css
<style>
a { background-color: #D0AB74; }
a { background-color: rgb(208,171,116); }
div.DivClassName
{
background-color: #D0AB74;
}
.BgClassName
{
background-color: #D0AB74;
}
</style>
border-color css
<style>
span { border-color: #D0AB74; }
span { border-color: rgb(208,171,116); }
td.TdClassName
{
border-color: #D0AB74;
}
.TagClassName
{
border-color: #D0AB74;
}
</style>