Shades of Putty #D3AD75
Tints of Putty #D3AD75
RGB
CMYK
RGB Variations
Color information
#D3AD75 (or 0xD3AD75) is known color: Putty. HEX triplet: D3, AD and 75. RGB value is (211,173,117). Sum of RGB (Red+Green+Blue) = 211+173+117=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD75 is #2C528A. Grayscale: #B2B2B2. Windows color (decimal): -2904715 or 7712211. OLE color: 7712211.
HSL color Cylindrical-coordinate representation of color #D3AD75: hue angle of 35.74º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3AD75 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 117 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.17 |
| HSL | 35.74º | 0.52% | 0.64% | - |
| HSV(B) | 35.74º | 0.45% | 0.83% | - |
| XYZ | 45.02 | 45.02 | 23.15 | - |
| YUV | 177.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 117 | 0 | 0.18 | 0.45 | 0.17 | 35.74 | 0.52 | 0.64 |
| Hex | D3 | AD | 75 | 0 | 12 | 2D | 11 | 24 | 34 | 40 |
| Octal | 323 | 255 | 165 | 0 | 22 | 55 | 21 | 44 | 64 | 100 |
| Binary | 11010011 | 10101101 | 1110101 | 0 | 10010 | 101101 | 10001 | 100100 | 110100 | 1000000 |
Color Harmonies of #D3AD75
Complementary color
Monochromatic Colors of #D3AD75
Black with #D3AD75
Text Example
Text Example
White with #D3AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD75; }
p { color: rgb(211,173,117); }
H1.HeaderClassName
{
color: #D3AD75;
}
.AnyTagClassName
{
color: #D3AD75;
}
</style>
background-color css
<style>
a { background-color: #D3AD75; }
a { background-color: rgb(211,173,117); }
div.DivClassName
{
background-color: #D3AD75;
}
.BgClassName
{
background-color: #D3AD75;
}
</style>
border-color css
<style>
span { border-color: #D3AD75; }
span { border-color: rgb(211,173,117); }
td.TdClassName
{
border-color: #D3AD75;
}
.TagClassName
{
border-color: #D3AD75;
}
</style>