Shades of Putty #D0AE73
Tints of Putty #D0AE73
RGB
CMYK
RGB Variations
Color information
#D0AE73 (or 0xD0AE73) is known color: Putty. HEX triplet: D0, AE and 73. RGB value is (208,174,115). Sum of RGB (Red+Green+Blue) = 208+174+115=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE73 is #2F518C. Grayscale: #B1B1B1. Windows color (decimal): -3101069 or 7581392. OLE color: 7581392.
HSL color Cylindrical-coordinate representation of color #D0AE73: hue angle of 38.06º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0AE73 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 115 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.18 |
| HSL | 38.06º | 0.5% | 0.63% | - |
| HSV(B) | 38.06º | 0.45% | 0.82% | - |
| XYZ | 44.24 | 44.92 | 22.56 | - |
| YUV | 177.44 | 92.76 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 115 | 0 | 0.16 | 0.45 | 0.18 | 38.06 | 0.5 | 0.63 |
| Hex | D0 | AE | 73 | 0 | 10 | 2D | 12 | 26 | 32 | 3F |
| Octal | 320 | 256 | 163 | 0 | 20 | 55 | 22 | 46 | 62 | 77 |
| Binary | 11010000 | 10101110 | 1110011 | 0 | 10000 | 101101 | 10010 | 100110 | 110010 | 111111 |
Color Harmonies of #D0AE73
Complementary color
Monochromatic Colors of #D0AE73
Black with #D0AE73
Text Example
Text Example
White with #D0AE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AE73; }
p { color: rgb(208,174,115); }
H1.HeaderClassName
{
color: #D0AE73;
}
.AnyTagClassName
{
color: #D0AE73;
}
</style>
background-color css
<style>
a { background-color: #D0AE73; }
a { background-color: rgb(208,174,115); }
div.DivClassName
{
background-color: #D0AE73;
}
.BgClassName
{
background-color: #D0AE73;
}
</style>
border-color css
<style>
span { border-color: #D0AE73; }
span { border-color: rgb(208,174,115); }
td.TdClassName
{
border-color: #D0AE73;
}
.TagClassName
{
border-color: #D0AE73;
}
</style>