Shades of Putty #D0AB6D
Tints of Putty #D0AB6D
RGB
CMYK
RGB Variations
Color information
#D0AB6D (or 0xD0AB6D) is known color: Putty. HEX triplet: D0, AB and 6D. RGB value is (208,171,109). Sum of RGB (Red+Green+Blue) = 208+171+109=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB6D is #2F5492. Grayscale: #AFAFAF. Windows color (decimal): -3101843 or 7187408. OLE color: 7187408.
HSL color Cylindrical-coordinate representation of color #D0AB6D: hue angle of 37.58º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0AB6D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 109 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.18 |
| HSL | 37.58º | 0.51% | 0.62% | - |
| HSV(B) | 37.58º | 0.48% | 0.82% | - |
| XYZ | 43.34 | 43.64 | 20.61 | - |
| YUV | 175 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 109 | 0 | 0.18 | 0.48 | 0.18 | 37.58 | 0.51 | 0.62 |
| Hex | D0 | AB | 6D | 0 | 12 | 30 | 12 | 26 | 33 | 3E |
| Octal | 320 | 253 | 155 | 0 | 22 | 60 | 22 | 46 | 63 | 76 |
| Binary | 11010000 | 10101011 | 1101101 | 0 | 10010 | 110000 | 10010 | 100110 | 110011 | 111110 |
Color Harmonies of #D0AB6D
Complementary color
Monochromatic Colors of #D0AB6D
Black with #D0AB6D
Text Example
Text Example
White with #D0AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB6D; }
p { color: rgb(208,171,109); }
H1.HeaderClassName
{
color: #D0AB6D;
}
.AnyTagClassName
{
color: #D0AB6D;
}
</style>
background-color css
<style>
a { background-color: #D0AB6D; }
a { background-color: rgb(208,171,109); }
div.DivClassName
{
background-color: #D0AB6D;
}
.BgClassName
{
background-color: #D0AB6D;
}
</style>
border-color css
<style>
span { border-color: #D0AB6D; }
span { border-color: rgb(208,171,109); }
td.TdClassName
{
border-color: #D0AB6D;
}
.TagClassName
{
border-color: #D0AB6D;
}
</style>