Shades of Putty #D5AD6F
Tints of Putty #D5AD6F
RGB
CMYK
RGB Variations
Color information
#D5AD6F (or 0xD5AD6F) is known color: Putty. HEX triplet: D5, AD and 6F. RGB value is (213,173,111). Sum of RGB (Red+Green+Blue) = 213+173+111=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD6F is #2A5290. Grayscale: #B2B2B2. Windows color (decimal): -2773649 or 7318997. OLE color: 7318997.
HSL color Cylindrical-coordinate representation of color #D5AD6F: hue angle of 36.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5AD6F is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 111 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.16 |
| HSL | 36.47º | 0.55% | 0.64% | - |
| HSV(B) | 36.47º | 0.48% | 0.84% | - |
| XYZ | 45.25 | 45.18 | 21.37 | - |
| YUV | 177.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 111 | 0 | 0.19 | 0.48 | 0.16 | 36.47 | 0.55 | 0.64 |
| Hex | D5 | AD | 6F | 0 | 13 | 30 | 10 | 24 | 37 | 40 |
| Octal | 325 | 255 | 157 | 0 | 23 | 60 | 20 | 44 | 67 | 100 |
| Binary | 11010101 | 10101101 | 1101111 | 0 | 10011 | 110000 | 10000 | 100100 | 110111 | 1000000 |
Color Harmonies of #D5AD6F
Complementary color
Monochromatic Colors of #D5AD6F
Black with #D5AD6F
Text Example
Text Example
White with #D5AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD6F; }
p { color: rgb(213,173,111); }
H1.HeaderClassName
{
color: #D5AD6F;
}
.AnyTagClassName
{
color: #D5AD6F;
}
</style>
background-color css
<style>
a { background-color: #D5AD6F; }
a { background-color: rgb(213,173,111); }
div.DivClassName
{
background-color: #D5AD6F;
}
.BgClassName
{
background-color: #D5AD6F;
}
</style>
border-color css
<style>
span { border-color: #D5AD6F; }
span { border-color: rgb(213,173,111); }
td.TdClassName
{
border-color: #D5AD6F;
}
.TagClassName
{
border-color: #D5AD6F;
}
</style>