Shades of Putty #D6B775
Tints of Putty #D6B775
RGB
CMYK
RGB Variations
Color information
#D6B775 (or 0xD6B775) is known color: Putty. HEX triplet: D6, B7 and 75. RGB value is (214,183,117). Sum of RGB (Red+Green+Blue) = 214+183+117=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B775 is #29488A. Grayscale: #B9B9B9. Windows color (decimal): -2705547 or 7714774. OLE color: 7714774.
HSL color Cylindrical-coordinate representation of color #D6B775: hue angle of 40.82º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6B775 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 117 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.16 |
| HSL | 40.82º | 0.54% | 0.65% | - |
| HSV(B) | 40.82º | 0.45% | 0.84% | - |
| XYZ | 47.88 | 49.45 | 23.85 | - |
| YUV | 184.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 117 | 0 | 0.14 | 0.45 | 0.16 | 40.82 | 0.54 | 0.65 |
| Hex | D6 | B7 | 75 | 0 | E | 2D | 10 | 29 | 36 | 41 |
| Octal | 326 | 267 | 165 | 0 | 16 | 55 | 20 | 51 | 66 | 101 |
| Binary | 11010110 | 10110111 | 1110101 | 0 | 1110 | 101101 | 10000 | 101001 | 110110 | 1000001 |
Color Harmonies of #D6B775
Complementary color
Monochromatic Colors of #D6B775
Black with #D6B775
Text Example
Text Example
White with #D6B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B775; }
p { color: rgb(214,183,117); }
H1.HeaderClassName
{
color: #D6B775;
}
.AnyTagClassName
{
color: #D6B775;
}
</style>
background-color css
<style>
a { background-color: #D6B775; }
a { background-color: rgb(214,183,117); }
div.DivClassName
{
background-color: #D6B775;
}
.BgClassName
{
background-color: #D6B775;
}
</style>
border-color css
<style>
span { border-color: #D6B775; }
span { border-color: rgb(214,183,117); }
td.TdClassName
{
border-color: #D6B775;
}
.TagClassName
{
border-color: #D6B775;
}
</style>