Shades of Putty #D6B36B
Tints of Putty #D6B36B
RGB
CMYK
RGB Variations
Color information
#D6B36B (or 0xD6B36B) is known color: Putty. HEX triplet: D6, B3 and 6B. RGB value is (214,179,107). Sum of RGB (Red+Green+Blue) = 214+179+107=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B36B is #294C94. Grayscale: #B5B5B5. Windows color (decimal): -2706581 or 7058390. OLE color: 7058390.
HSL color Cylindrical-coordinate representation of color #D6B36B: hue angle of 40.37º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B36B is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 107 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.16 |
| HSL | 40.37º | 0.57% | 0.63% | - |
| HSV(B) | 40.37º | 0.5% | 0.84% | - |
| XYZ | 46.51 | 47.6 | 20.65 | - |
| YUV | 181.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 107 | 0 | 0.16 | 0.50 | 0.16 | 40.37 | 0.57 | 0.63 |
| Hex | D6 | B3 | 6B | 0 | 10 | 32 | 10 | 28 | 39 | 3F |
| Octal | 326 | 263 | 153 | 0 | 20 | 62 | 20 | 50 | 71 | 77 |
| Binary | 11010110 | 10110011 | 1101011 | 0 | 10000 | 110010 | 10000 | 101000 | 111001 | 111111 |
Color Harmonies of #D6B36B
Complementary color
Monochromatic Colors of #D6B36B
Black with #D6B36B
Text Example
Text Example
White with #D6B36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B36B; }
p { color: rgb(214,179,107); }
H1.HeaderClassName
{
color: #D6B36B;
}
.AnyTagClassName
{
color: #D6B36B;
}
</style>
background-color css
<style>
a { background-color: #D6B36B; }
a { background-color: rgb(214,179,107); }
div.DivClassName
{
background-color: #D6B36B;
}
.BgClassName
{
background-color: #D6B36B;
}
</style>
border-color css
<style>
span { border-color: #D6B36B; }
span { border-color: rgb(214,179,107); }
td.TdClassName
{
border-color: #D6B36B;
}
.TagClassName
{
border-color: #D6B36B;
}
</style>