Shades of Putty #D8B675
Tints of Putty #D8B675
RGB
CMYK
RGB Variations
Color information
#D8B675 (or 0xD8B675) is known color: Putty. HEX triplet: D8, B6 and 75. RGB value is (216,182,117). Sum of RGB (Red+Green+Blue) = 216+182+117=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B675 is #27498A. Grayscale: #B9B9B9. Windows color (decimal): -2574731 or 7714520. OLE color: 7714520.
HSL color Cylindrical-coordinate representation of color #D8B675: hue angle of 39.39º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8B675 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 182 | 117 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.15 |
| HSL | 39.39º | 0.56% | 0.65% | - |
| HSV(B) | 39.39º | 0.46% | 0.85% | - |
| XYZ | 48.26 | 49.34 | 23.81 | - |
| YUV | 184.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 182 | 117 | 0 | 0.16 | 0.46 | 0.15 | 39.39 | 0.56 | 0.65 |
| Hex | D8 | B6 | 75 | 0 | 10 | 2E | F | 27 | 38 | 41 |
| Octal | 330 | 266 | 165 | 0 | 20 | 56 | 17 | 47 | 70 | 101 |
| Binary | 11011000 | 10110110 | 1110101 | 0 | 10000 | 101110 | 1111 | 100111 | 111000 | 1000001 |
Color Harmonies of #D8B675
Complementary color
Monochromatic Colors of #D8B675
Black with #D8B675
Text Example
Text Example
White with #D8B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B675; }
p { color: rgb(216,182,117); }
H1.HeaderClassName
{
color: #D8B675;
}
.AnyTagClassName
{
color: #D8B675;
}
</style>
background-color css
<style>
a { background-color: #D8B675; }
a { background-color: rgb(216,182,117); }
div.DivClassName
{
background-color: #D8B675;
}
.BgClassName
{
background-color: #D8B675;
}
</style>
border-color css
<style>
span { border-color: #D8B675; }
span { border-color: rgb(216,182,117); }
td.TdClassName
{
border-color: #D8B675;
}
.TagClassName
{
border-color: #D8B675;
}
</style>