Shades of Putty #D0AD6F
Tints of Putty #D0AD6F
RGB
CMYK
RGB Variations
Color information
#D0AD6F (or 0xD0AD6F) is known color: Putty. HEX triplet: D0, AD and 6F. RGB value is (208,173,111). Sum of RGB (Red+Green+Blue) = 208+173+111=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD6F is #2F5290. Grayscale: #B0B0B0. Windows color (decimal): -3101329 or 7318992. OLE color: 7318992.
HSL color Cylindrical-coordinate representation of color #D0AD6F: hue angle of 38.35º 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 #D0AD6F is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 111 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.18 |
| HSL | 38.35º | 0.51% | 0.63% | - |
| HSV(B) | 38.35º | 0.47% | 0.82% | - |
| XYZ | 43.83 | 44.44 | 21.31 | - |
| YUV | 176.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 111 | 0 | 0.17 | 0.47 | 0.18 | 38.35 | 0.51 | 0.63 |
| Hex | D0 | AD | 6F | 0 | 11 | 2F | 12 | 26 | 33 | 3F |
| Octal | 320 | 255 | 157 | 0 | 21 | 57 | 22 | 46 | 63 | 77 |
| Binary | 11010000 | 10101101 | 1101111 | 0 | 10001 | 101111 | 10010 | 100110 | 110011 | 111111 |
Color Harmonies of #D0AD6F
Complementary color
Monochromatic Colors of #D0AD6F
Black with #D0AD6F
Text Example
Text Example
White with #D0AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD6F; }
p { color: rgb(208,173,111); }
H1.HeaderClassName
{
color: #D0AD6F;
}
.AnyTagClassName
{
color: #D0AD6F;
}
</style>
background-color css
<style>
a { background-color: #D0AD6F; }
a { background-color: rgb(208,173,111); }
div.DivClassName
{
background-color: #D0AD6F;
}
.BgClassName
{
background-color: #D0AD6F;
}
</style>
border-color css
<style>
span { border-color: #D0AD6F; }
span { border-color: rgb(208,173,111); }
td.TdClassName
{
border-color: #D0AD6F;
}
.TagClassName
{
border-color: #D0AD6F;
}
</style>