Shades of Putty #D7B66D
Tints of Putty #D7B66D
RGB
CMYK
RGB Variations
Color information
#D7B66D (or 0xD7B66D) is known color: Putty. HEX triplet: D7, B6 and 6D. RGB value is (215,182,109). Sum of RGB (Red+Green+Blue) = 215+182+109=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B66D is #284992. Grayscale: #B7B7B7. Windows color (decimal): -2640275 or 7190231. OLE color: 7190231.
HSL color Cylindrical-coordinate representation of color #D7B66D: hue angle of 41.32º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7B66D is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 109 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.16 |
| HSL | 41.32º | 0.57% | 0.64% | - |
| HSV(B) | 41.32º | 0.49% | 0.84% | - |
| XYZ | 47.51 | 49.01 | 21.42 | - |
| YUV | 183.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 109 | 0 | 0.15 | 0.49 | 0.16 | 41.32 | 0.57 | 0.64 |
| Hex | D7 | B6 | 6D | 0 | F | 31 | 10 | 29 | 39 | 40 |
| Octal | 327 | 266 | 155 | 0 | 17 | 61 | 20 | 51 | 71 | 100 |
| Binary | 11010111 | 10110110 | 1101101 | 0 | 1111 | 110001 | 10000 | 101001 | 111001 | 1000000 |
Color Harmonies of #D7B66D
Complementary color
Monochromatic Colors of #D7B66D
Black with #D7B66D
Text Example
Text Example
White with #D7B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B66D; }
p { color: rgb(215,182,109); }
H1.HeaderClassName
{
color: #D7B66D;
}
.AnyTagClassName
{
color: #D7B66D;
}
</style>
background-color css
<style>
a { background-color: #D7B66D; }
a { background-color: rgb(215,182,109); }
div.DivClassName
{
background-color: #D7B66D;
}
.BgClassName
{
background-color: #D7B66D;
}
</style>
border-color css
<style>
span { border-color: #D7B66D; }
span { border-color: rgb(215,182,109); }
td.TdClassName
{
border-color: #D7B66D;
}
.TagClassName
{
border-color: #D7B66D;
}
</style>