Shades of Putty #D6B76F
Tints of Putty #D6B76F
RGB
CMYK
RGB Variations
Color information
#D6B76F (or 0xD6B76F) is known color: Putty. HEX triplet: D6, B7 and 6F. RGB value is (214,183,111). Sum of RGB (Red+Green+Blue) = 214+183+111=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B76F is #294890. Grayscale: #B8B8B8. Windows color (decimal): -2705553 or 7321558. OLE color: 7321558.
HSL color Cylindrical-coordinate representation of color #D6B76F: hue angle of 41.94º degrees, saturation: 0.56, 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 #D6B76F is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 111 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.16 |
| HSL | 41.94º | 0.56% | 0.64% | - |
| HSV(B) | 41.94º | 0.48% | 0.84% | - |
| XYZ | 47.53 | 49.31 | 22.05 | - |
| YUV | 184.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 111 | 0 | 0.14 | 0.48 | 0.16 | 41.94 | 0.56 | 0.64 |
| Hex | D6 | B7 | 6F | 0 | E | 30 | 10 | 2A | 38 | 40 |
| Octal | 326 | 267 | 157 | 0 | 16 | 60 | 20 | 52 | 70 | 100 |
| Binary | 11010110 | 10110111 | 1101111 | 0 | 1110 | 110000 | 10000 | 101010 | 111000 | 1000000 |
Color Harmonies of #D6B76F
Complementary color
Monochromatic Colors of #D6B76F
Black with #D6B76F
Text Example
Text Example
White with #D6B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B76F; }
p { color: rgb(214,183,111); }
H1.HeaderClassName
{
color: #D6B76F;
}
.AnyTagClassName
{
color: #D6B76F;
}
</style>
background-color css
<style>
a { background-color: #D6B76F; }
a { background-color: rgb(214,183,111); }
div.DivClassName
{
background-color: #D6B76F;
}
.BgClassName
{
background-color: #D6B76F;
}
</style>
border-color css
<style>
span { border-color: #D6B76F; }
span { border-color: rgb(214,183,111); }
td.TdClassName
{
border-color: #D6B76F;
}
.TagClassName
{
border-color: #D6B76F;
}
</style>