Shades of Putty #D6B375
Tints of Putty #D6B375
RGB
CMYK
RGB Variations
Color information
#D6B375 (or 0xD6B375) is known color: Putty. HEX triplet: D6, B3 and 75. RGB value is (214,179,117). Sum of RGB (Red+Green+Blue) = 214+179+117=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B375 is #294C8A. Grayscale: #B6B6B6. Windows color (decimal): -2706571 or 7713750. OLE color: 7713750.
HSL color Cylindrical-coordinate representation of color #D6B375: hue angle of 38.35º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6B375 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 117 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.16 |
| HSL | 38.35º | 0.54% | 0.65% | - |
| HSV(B) | 38.35º | 0.45% | 0.84% | - |
| XYZ | 47.06 | 47.82 | 23.58 | - |
| YUV | 182.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 117 | 0 | 0.16 | 0.45 | 0.16 | 38.35 | 0.54 | 0.65 |
| Hex | D6 | B3 | 75 | 0 | 10 | 2D | 10 | 26 | 36 | 41 |
| Octal | 326 | 263 | 165 | 0 | 20 | 55 | 20 | 46 | 66 | 101 |
| Binary | 11010110 | 10110011 | 1110101 | 0 | 10000 | 101101 | 10000 | 100110 | 110110 | 1000001 |
Color Harmonies of #D6B375
Complementary color
Monochromatic Colors of #D6B375
Black with #D6B375
Text Example
Text Example
White with #D6B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B375; }
p { color: rgb(214,179,117); }
H1.HeaderClassName
{
color: #D6B375;
}
.AnyTagClassName
{
color: #D6B375;
}
</style>
background-color css
<style>
a { background-color: #D6B375; }
a { background-color: rgb(214,179,117); }
div.DivClassName
{
background-color: #D6B375;
}
.BgClassName
{
background-color: #D6B375;
}
</style>
border-color css
<style>
span { border-color: #D6B375; }
span { border-color: rgb(214,179,117); }
td.TdClassName
{
border-color: #D6B375;
}
.TagClassName
{
border-color: #D6B375;
}
</style>