Shades of Putty #D6B078
Tints of Putty #D6B078
RGB
CMYK
RGB Variations
Color information
#D6B078 (or 0xD6B078) is known color: Putty. HEX triplet: D6, B0 and 78. RGB value is (214,176,120). Sum of RGB (Red+Green+Blue) = 214+176+120=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B078 is #294F87. Grayscale: #B5B5B5. Windows color (decimal): -2707336 or 7909590. OLE color: 7909590.
HSL color Cylindrical-coordinate representation of color #D6B078: hue angle of 35.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6B078 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 120 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.16 |
| HSL | 35.74º | 0.53% | 0.65% | - |
| HSV(B) | 35.74º | 0.44% | 0.84% | - |
| XYZ | 46.65 | 46.7 | 24.33 | - |
| YUV | 180.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 120 | 0 | 0.18 | 0.44 | 0.16 | 35.74 | 0.53 | 0.65 |
| Hex | D6 | B0 | 78 | 0 | 12 | 2C | 10 | 24 | 35 | 41 |
| Octal | 326 | 260 | 170 | 0 | 22 | 54 | 20 | 44 | 65 | 101 |
| Binary | 11010110 | 10110000 | 1111000 | 0 | 10010 | 101100 | 10000 | 100100 | 110101 | 1000001 |
Color Harmonies of #D6B078
Complementary color
Monochromatic Colors of #D6B078
Black with #D6B078
Text Example
Text Example
White with #D6B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B078; }
p { color: rgb(214,176,120); }
H1.HeaderClassName
{
color: #D6B078;
}
.AnyTagClassName
{
color: #D6B078;
}
</style>
background-color css
<style>
a { background-color: #D6B078; }
a { background-color: rgb(214,176,120); }
div.DivClassName
{
background-color: #D6B078;
}
.BgClassName
{
background-color: #D6B078;
}
</style>
border-color css
<style>
span { border-color: #D6B078; }
span { border-color: rgb(214,176,120); }
td.TdClassName
{
border-color: #D6B078;
}
.TagClassName
{
border-color: #D6B078;
}
</style>