Shades of Putty #D4AD77
Tints of Putty #D4AD77
RGB
CMYK
RGB Variations
Color information
#D4AD77 (or 0xD4AD77) is known color: Putty. HEX triplet: D4, AD and 77. RGB value is (212,173,119). Sum of RGB (Red+Green+Blue) = 212+173+119=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD77 is #2B5288. Grayscale: #B2B2B2. Windows color (decimal): -2839177 or 7843284. OLE color: 7843284.
HSL color Cylindrical-coordinate representation of color #D4AD77: hue angle of 34.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4AD77 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 119 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.17 |
| HSL | 34.84º | 0.52% | 0.65% | - |
| HSV(B) | 34.84º | 0.44% | 0.83% | - |
| XYZ | 45.42 | 45.22 | 23.79 | - |
| YUV | 178.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 119 | 0 | 0.18 | 0.44 | 0.17 | 34.84 | 0.52 | 0.65 |
| Hex | D4 | AD | 77 | 0 | 12 | 2C | 11 | 23 | 34 | 41 |
| Octal | 324 | 255 | 167 | 0 | 22 | 54 | 21 | 43 | 64 | 101 |
| Binary | 11010100 | 10101101 | 1110111 | 0 | 10010 | 101100 | 10001 | 100011 | 110100 | 1000001 |
Color Harmonies of #D4AD77
Complementary color
Monochromatic Colors of #D4AD77
Black with #D4AD77
Text Example
Text Example
White with #D4AD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD77; }
p { color: rgb(212,173,119); }
H1.HeaderClassName
{
color: #D4AD77;
}
.AnyTagClassName
{
color: #D4AD77;
}
</style>
background-color css
<style>
a { background-color: #D4AD77; }
a { background-color: rgb(212,173,119); }
div.DivClassName
{
background-color: #D4AD77;
}
.BgClassName
{
background-color: #D4AD77;
}
</style>
border-color css
<style>
span { border-color: #D4AD77; }
span { border-color: rgb(212,173,119); }
td.TdClassName
{
border-color: #D4AD77;
}
.TagClassName
{
border-color: #D4AD77;
}
</style>