Shades of Putty #D6B06F
Tints of Putty #D6B06F
RGB
CMYK
RGB Variations
Color information
#D6B06F (or 0xD6B06F) is known color: Putty. HEX triplet: D6, B0 and 6F. RGB value is (214,176,111). Sum of RGB (Red+Green+Blue) = 214+176+111=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B06F is #294F90. Grayscale: #B4B4B4. Windows color (decimal): -2707345 or 7319766. OLE color: 7319766.
HSL color Cylindrical-coordinate representation of color #D6B06F: hue angle of 37.86º 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 #D6B06F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 111 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.16 |
| HSL | 37.86º | 0.56% | 0.64% | - |
| HSV(B) | 37.86º | 0.48% | 0.84% | - |
| XYZ | 46.13 | 46.49 | 21.58 | - |
| YUV | 179.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 111 | 0 | 0.18 | 0.48 | 0.16 | 37.86 | 0.56 | 0.64 |
| Hex | D6 | B0 | 6F | 0 | 12 | 30 | 10 | 26 | 38 | 40 |
| Octal | 326 | 260 | 157 | 0 | 22 | 60 | 20 | 46 | 70 | 100 |
| Binary | 11010110 | 10110000 | 1101111 | 0 | 10010 | 110000 | 10000 | 100110 | 111000 | 1000000 |
Color Harmonies of #D6B06F
Complementary color
Monochromatic Colors of #D6B06F
Black with #D6B06F
Text Example
Text Example
White with #D6B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B06F; }
p { color: rgb(214,176,111); }
H1.HeaderClassName
{
color: #D6B06F;
}
.AnyTagClassName
{
color: #D6B06F;
}
</style>
background-color css
<style>
a { background-color: #D6B06F; }
a { background-color: rgb(214,176,111); }
div.DivClassName
{
background-color: #D6B06F;
}
.BgClassName
{
background-color: #D6B06F;
}
</style>
border-color css
<style>
span { border-color: #D6B06F; }
span { border-color: rgb(214,176,111); }
td.TdClassName
{
border-color: #D6B06F;
}
.TagClassName
{
border-color: #D6B06F;
}
</style>