Shades of Putty #D7B06F
Tints of Putty #D7B06F
RGB
CMYK
RGB Variations
Color information
#D7B06F (or 0xD7B06F) is known color: Putty. HEX triplet: D7, B0 and 6F. RGB value is (215,176,111). Sum of RGB (Red+Green+Blue) = 215+176+111=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B06F is #284F90. Grayscale: #B4B4B4. Windows color (decimal): -2641809 or 7319767. OLE color: 7319767.
HSL color Cylindrical-coordinate representation of color #D7B06F: hue angle of 37.5º degrees, saturation: 0.57, 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 #D7B06F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 111 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.16 |
| HSL | 37.5º | 0.57% | 0.64% | - |
| HSV(B) | 37.5º | 0.48% | 0.84% | - |
| XYZ | 46.42 | 46.65 | 21.6 | - |
| YUV | 180.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 111 | 0 | 0.18 | 0.48 | 0.16 | 37.5 | 0.57 | 0.64 |
| Hex | D7 | B0 | 6F | 0 | 12 | 30 | 10 | 26 | 39 | 40 |
| Octal | 327 | 260 | 157 | 0 | 22 | 60 | 20 | 46 | 71 | 100 |
| Binary | 11010111 | 10110000 | 1101111 | 0 | 10010 | 110000 | 10000 | 100110 | 111001 | 1000000 |
Color Harmonies of #D7B06F
Complementary color
Monochromatic Colors of #D7B06F
Black with #D7B06F
Text Example
Text Example
White with #D7B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B06F; }
p { color: rgb(215,176,111); }
H1.HeaderClassName
{
color: #D7B06F;
}
.AnyTagClassName
{
color: #D7B06F;
}
</style>
background-color css
<style>
a { background-color: #D7B06F; }
a { background-color: rgb(215,176,111); }
div.DivClassName
{
background-color: #D7B06F;
}
.BgClassName
{
background-color: #D7B06F;
}
</style>
border-color css
<style>
span { border-color: #D7B06F; }
span { border-color: rgb(215,176,111); }
td.TdClassName
{
border-color: #D7B06F;
}
.TagClassName
{
border-color: #D7B06F;
}
</style>