Shades of Putty #D9B670
Tints of Putty #D9B670
RGB
CMYK
RGB Variations
Color information
#D9B670 (or 0xD9B670) is known color: Putty. HEX triplet: D9, B6 and 70. RGB value is (217,182,112). Sum of RGB (Red+Green+Blue) = 217+182+112=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B670 is #26498F. Grayscale: #B8B8B8. Windows color (decimal): -2509200 or 7386841. OLE color: 7386841.
HSL color Cylindrical-coordinate representation of color #D9B670: hue angle of 40º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9B670 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 182 | 112 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.15 |
| HSL | 40º | 0.58% | 0.65% | - |
| HSV(B) | 40º | 0.48% | 0.85% | - |
| XYZ | 48.27 | 49.38 | 22.32 | - |
| YUV | 184.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 182 | 112 | 0 | 0.16 | 0.48 | 0.15 | 40 | 0.58 | 0.65 |
| Hex | D9 | B6 | 70 | 0 | 10 | 30 | F | 28 | 3A | 41 |
| Octal | 331 | 266 | 160 | 0 | 20 | 60 | 17 | 50 | 72 | 101 |
| Binary | 11011001 | 10110110 | 1110000 | 0 | 10000 | 110000 | 1111 | 101000 | 111010 | 1000001 |
Color Harmonies of #D9B670
Complementary color
Monochromatic Colors of #D9B670
Black with #D9B670
Text Example
Text Example
White with #D9B670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B670; }
p { color: rgb(217,182,112); }
H1.HeaderClassName
{
color: #D9B670;
}
.AnyTagClassName
{
color: #D9B670;
}
</style>
background-color css
<style>
a { background-color: #D9B670; }
a { background-color: rgb(217,182,112); }
div.DivClassName
{
background-color: #D9B670;
}
.BgClassName
{
background-color: #D9B670;
}
</style>
border-color css
<style>
span { border-color: #D9B670; }
span { border-color: rgb(217,182,112); }
td.TdClassName
{
border-color: #D9B670;
}
.TagClassName
{
border-color: #D9B670;
}
</style>