Shades of Putty #D9B06D
Tints of Putty #D9B06D
RGB
CMYK
RGB Variations
Color information
#D9B06D (or 0xD9B06D) is known color: Putty. HEX triplet: D9, B0 and 6D. RGB value is (217,176,109). Sum of RGB (Red+Green+Blue) = 217+176+109=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B06D is #264F92. Grayscale: #B4B4B4. Windows color (decimal): -2510739 or 7188697. OLE color: 7188697.
HSL color Cylindrical-coordinate representation of color #D9B06D: hue angle of 37.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9B06D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 109 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.15 |
| HSL | 37.22º | 0.59% | 0.64% | - |
| HSV(B) | 37.22º | 0.5% | 0.85% | - |
| XYZ | 46.9 | 46.91 | 21.05 | - |
| YUV | 180.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 109 | 0 | 0.19 | 0.50 | 0.15 | 37.22 | 0.59 | 0.64 |
| Hex | D9 | B0 | 6D | 0 | 13 | 32 | F | 25 | 3B | 40 |
| Octal | 331 | 260 | 155 | 0 | 23 | 62 | 17 | 45 | 73 | 100 |
| Binary | 11011001 | 10110000 | 1101101 | 0 | 10011 | 110010 | 1111 | 100101 | 111011 | 1000000 |
Color Harmonies of #D9B06D
Complementary color
Monochromatic Colors of #D9B06D
Black with #D9B06D
Text Example
Text Example
White with #D9B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B06D; }
p { color: rgb(217,176,109); }
H1.HeaderClassName
{
color: #D9B06D;
}
.AnyTagClassName
{
color: #D9B06D;
}
</style>
background-color css
<style>
a { background-color: #D9B06D; }
a { background-color: rgb(217,176,109); }
div.DivClassName
{
background-color: #D9B06D;
}
.BgClassName
{
background-color: #D9B06D;
}
</style>
border-color css
<style>
span { border-color: #D9B06D; }
span { border-color: rgb(217,176,109); }
td.TdClassName
{
border-color: #D9B06D;
}
.TagClassName
{
border-color: #D9B06D;
}
</style>