Shades of Putty #D7B76E
Tints of Putty #D7B76E
RGB
CMYK
RGB Variations
Color information
#D7B76E (or 0xD7B76E) is known color: Putty. HEX triplet: D7, B7 and 6E. RGB value is (215,183,110). Sum of RGB (Red+Green+Blue) = 215+183+110=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B76E is #284891. Grayscale: #B8B8B8. Windows color (decimal): -2640018 or 7256023. OLE color: 7256023.
HSL color Cylindrical-coordinate representation of color #D7B76E: hue angle of 41.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7B76E is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 110 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.16 |
| HSL | 41.71º | 0.57% | 0.64% | - |
| HSV(B) | 41.71º | 0.49% | 0.84% | - |
| XYZ | 47.77 | 49.44 | 21.78 | - |
| YUV | 184.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 110 | 0 | 0.15 | 0.49 | 0.16 | 41.71 | 0.57 | 0.64 |
| Hex | D7 | B7 | 6E | 0 | F | 31 | 10 | 2A | 39 | 40 |
| Octal | 327 | 267 | 156 | 0 | 17 | 61 | 20 | 52 | 71 | 100 |
| Binary | 11010111 | 10110111 | 1101110 | 0 | 1111 | 110001 | 10000 | 101010 | 111001 | 1000000 |
Color Harmonies of #D7B76E
Complementary color
Monochromatic Colors of #D7B76E
Black with #D7B76E
Text Example
Text Example
White with #D7B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B76E; }
p { color: rgb(215,183,110); }
H1.HeaderClassName
{
color: #D7B76E;
}
.AnyTagClassName
{
color: #D7B76E;
}
</style>
background-color css
<style>
a { background-color: #D7B76E; }
a { background-color: rgb(215,183,110); }
div.DivClassName
{
background-color: #D7B76E;
}
.BgClassName
{
background-color: #D7B76E;
}
</style>
border-color css
<style>
span { border-color: #D7B76E; }
span { border-color: rgb(215,183,110); }
td.TdClassName
{
border-color: #D7B76E;
}
.TagClassName
{
border-color: #D7B76E;
}
</style>