Shades of Putty #D0AF75
Tints of Putty #D0AF75
RGB
CMYK
RGB Variations
Color information
#D0AF75 (or 0xD0AF75) is known color: Putty. HEX triplet: D0, AF and 75. RGB value is (208,175,117). Sum of RGB (Red+Green+Blue) = 208+175+117=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF75 is #2F508A. Grayscale: #B2B2B2. Windows color (decimal): -3100811 or 7712720. OLE color: 7712720.
HSL color Cylindrical-coordinate representation of color #D0AF75: hue angle of 38.24º 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 #D0AF75 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 117 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.18 |
| HSL | 38.24º | 0.49% | 0.64% | - |
| HSV(B) | 38.24º | 0.44% | 0.82% | - |
| XYZ | 44.55 | 45.35 | 23.24 | - |
| YUV | 178.26 | 93.43 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 117 | 0 | 0.16 | 0.44 | 0.18 | 38.24 | 0.49 | 0.64 |
| Hex | D0 | AF | 75 | 0 | 10 | 2C | 12 | 26 | 31 | 40 |
| Octal | 320 | 257 | 165 | 0 | 20 | 54 | 22 | 46 | 61 | 100 |
| Binary | 11010000 | 10101111 | 1110101 | 0 | 10000 | 101100 | 10010 | 100110 | 110001 | 1000000 |
Color Harmonies of #D0AF75
Complementary color
Monochromatic Colors of #D0AF75
Black with #D0AF75
Text Example
Text Example
White with #D0AF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF75; }
p { color: rgb(208,175,117); }
H1.HeaderClassName
{
color: #D0AF75;
}
.AnyTagClassName
{
color: #D0AF75;
}
</style>
background-color css
<style>
a { background-color: #D0AF75; }
a { background-color: rgb(208,175,117); }
div.DivClassName
{
background-color: #D0AF75;
}
.BgClassName
{
background-color: #D0AF75;
}
</style>
border-color css
<style>
span { border-color: #D0AF75; }
span { border-color: rgb(208,175,117); }
td.TdClassName
{
border-color: #D0AF75;
}
.TagClassName
{
border-color: #D0AF75;
}
</style>