Shades of Putty #D5AD77
Tints of Putty #D5AD77
RGB
CMYK
RGB Variations
Color information
#D5AD77 (or 0xD5AD77) is known color: Putty. HEX triplet: D5, AD and 77. RGB value is (213,173,119). Sum of RGB (Red+Green+Blue) = 213+173+119=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD77 is #2A5288. Grayscale: #B3B3B3. Windows color (decimal): -2773641 or 7843285. OLE color: 7843285.
HSL color Cylindrical-coordinate representation of color #D5AD77: hue angle of 34.47º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5AD77 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 119 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.16 |
| HSL | 34.47º | 0.53% | 0.65% | - |
| HSV(B) | 34.47º | 0.44% | 0.84% | - |
| XYZ | 45.71 | 45.37 | 23.8 | - |
| YUV | 178.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 119 | 0 | 0.19 | 0.44 | 0.16 | 34.47 | 0.53 | 0.65 |
| Hex | D5 | AD | 77 | 0 | 13 | 2C | 10 | 22 | 35 | 41 |
| Octal | 325 | 255 | 167 | 0 | 23 | 54 | 20 | 42 | 65 | 101 |
| Binary | 11010101 | 10101101 | 1110111 | 0 | 10011 | 101100 | 10000 | 100010 | 110101 | 1000001 |
Color Harmonies of #D5AD77
Complementary color
Monochromatic Colors of #D5AD77
Black with #D5AD77
Text Example
Text Example
White with #D5AD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD77; }
p { color: rgb(213,173,119); }
H1.HeaderClassName
{
color: #D5AD77;
}
.AnyTagClassName
{
color: #D5AD77;
}
</style>
background-color css
<style>
a { background-color: #D5AD77; }
a { background-color: rgb(213,173,119); }
div.DivClassName
{
background-color: #D5AD77;
}
.BgClassName
{
background-color: #D5AD77;
}
</style>
border-color css
<style>
span { border-color: #D5AD77; }
span { border-color: rgb(213,173,119); }
td.TdClassName
{
border-color: #D5AD77;
}
.TagClassName
{
border-color: #D5AD77;
}
</style>