Shades of Putty #D0AF74
Tints of Putty #D0AF74
RGB
CMYK
RGB Variations
Color information
#D0AF74 (or 0xD0AF74) is known color: Putty. HEX triplet: D0, AF and 74. RGB value is (208,175,116). Sum of RGB (Red+Green+Blue) = 208+175+116=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF74 is #2F508B. Grayscale: #B2B2B2. Windows color (decimal): -3100812 or 7647184. OLE color: 7647184.
HSL color Cylindrical-coordinate representation of color #D0AF74: hue angle of 38.48º 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 #D0AF74 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 116 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.18 |
| HSL | 38.48º | 0.49% | 0.64% | - |
| HSV(B) | 38.48º | 0.44% | 0.82% | - |
| XYZ | 44.49 | 45.33 | 22.93 | - |
| YUV | 178.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 116 | 0 | 0.16 | 0.44 | 0.18 | 38.48 | 0.49 | 0.64 |
| Hex | D0 | AF | 74 | 0 | 10 | 2C | 12 | 26 | 31 | 40 |
| Octal | 320 | 257 | 164 | 0 | 20 | 54 | 22 | 46 | 61 | 100 |
| Binary | 11010000 | 10101111 | 1110100 | 0 | 10000 | 101100 | 10010 | 100110 | 110001 | 1000000 |
Color Harmonies of #D0AF74
Complementary color
Monochromatic Colors of #D0AF74
Black with #D0AF74
Text Example
Text Example
White with #D0AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF74; }
p { color: rgb(208,175,116); }
H1.HeaderClassName
{
color: #D0AF74;
}
.AnyTagClassName
{
color: #D0AF74;
}
</style>
background-color css
<style>
a { background-color: #D0AF74; }
a { background-color: rgb(208,175,116); }
div.DivClassName
{
background-color: #D0AF74;
}
.BgClassName
{
background-color: #D0AF74;
}
</style>
border-color css
<style>
span { border-color: #D0AF74; }
span { border-color: rgb(208,175,116); }
td.TdClassName
{
border-color: #D0AF74;
}
.TagClassName
{
border-color: #D0AF74;
}
</style>