Shades of Putty #D6B16D
Tints of Putty #D6B16D
RGB
CMYK
RGB Variations
Color information
#D6B16D (or 0xD6B16D) is known color: Putty. HEX triplet: D6, B1 and 6D. RGB value is (214,177,109). Sum of RGB (Red+Green+Blue) = 214+177+109=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B16D is #294E92. Grayscale: #B4B4B4. Windows color (decimal): -2707091 or 7188950. OLE color: 7188950.
HSL color Cylindrical-coordinate representation of color #D6B16D: hue angle of 38.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6B16D is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 109 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.16 |
| HSL | 38.86º | 0.56% | 0.63% | - |
| HSV(B) | 38.86º | 0.49% | 0.84% | - |
| XYZ | 46.21 | 46.84 | 21.07 | - |
| YUV | 180.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 109 | 0 | 0.17 | 0.49 | 0.16 | 38.86 | 0.56 | 0.63 |
| Hex | D6 | B1 | 6D | 0 | 11 | 31 | 10 | 27 | 38 | 3F |
| Octal | 326 | 261 | 155 | 0 | 21 | 61 | 20 | 47 | 70 | 77 |
| Binary | 11010110 | 10110001 | 1101101 | 0 | 10001 | 110001 | 10000 | 100111 | 111000 | 111111 |
Color Harmonies of #D6B16D
Complementary color
Monochromatic Colors of #D6B16D
Black with #D6B16D
Text Example
Text Example
White with #D6B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B16D; }
p { color: rgb(214,177,109); }
H1.HeaderClassName
{
color: #D6B16D;
}
.AnyTagClassName
{
color: #D6B16D;
}
</style>
background-color css
<style>
a { background-color: #D6B16D; }
a { background-color: rgb(214,177,109); }
div.DivClassName
{
background-color: #D6B16D;
}
.BgClassName
{
background-color: #D6B16D;
}
</style>
border-color css
<style>
span { border-color: #D6B16D; }
span { border-color: rgb(214,177,109); }
td.TdClassName
{
border-color: #D6B16D;
}
.TagClassName
{
border-color: #D6B16D;
}
</style>