Shades of Putty #D8B76E
Tints of Putty #D8B76E
RGB
CMYK
RGB Variations
Color information
#D8B76E (or 0xD8B76E) is known color: Putty. HEX triplet: D8, B7 and 6E. RGB value is (216,183,110). Sum of RGB (Red+Green+Blue) = 216+183+110=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B76E is #274891. Grayscale: #B8B8B8. Windows color (decimal): -2574482 or 7256024. OLE color: 7256024.
HSL color Cylindrical-coordinate representation of color #D8B76E: hue angle of 41.32º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8B76E is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 110 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.15 |
| HSL | 41.32º | 0.58% | 0.64% | - |
| HSV(B) | 41.32º | 0.49% | 0.85% | - |
| XYZ | 48.07 | 49.59 | 21.79 | - |
| YUV | 184.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 110 | 0 | 0.15 | 0.49 | 0.15 | 41.32 | 0.58 | 0.64 |
| Hex | D8 | B7 | 6E | 0 | F | 31 | F | 29 | 3A | 40 |
| Octal | 330 | 267 | 156 | 0 | 17 | 61 | 17 | 51 | 72 | 100 |
| Binary | 11011000 | 10110111 | 1101110 | 0 | 1111 | 110001 | 1111 | 101001 | 111010 | 1000000 |
Color Harmonies of #D8B76E
Complementary color
Monochromatic Colors of #D8B76E
Black with #D8B76E
Text Example
Text Example
White with #D8B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B76E; }
p { color: rgb(216,183,110); }
H1.HeaderClassName
{
color: #D8B76E;
}
.AnyTagClassName
{
color: #D8B76E;
}
</style>
background-color css
<style>
a { background-color: #D8B76E; }
a { background-color: rgb(216,183,110); }
div.DivClassName
{
background-color: #D8B76E;
}
.BgClassName
{
background-color: #D8B76E;
}
</style>
border-color css
<style>
span { border-color: #D8B76E; }
span { border-color: rgb(216,183,110); }
td.TdClassName
{
border-color: #D8B76E;
}
.TagClassName
{
border-color: #D8B76E;
}
</style>