Shades of Putty #D9B06F
Tints of Putty #D9B06F
RGB
CMYK
RGB Variations
Color information
#D9B06F (or 0xD9B06F) is known color: Putty. HEX triplet: D9, B0 and 6F. RGB value is (217,176,111). Sum of RGB (Red+Green+Blue) = 217+176+111=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B06F is #264F90. Grayscale: #B5B5B5. Windows color (decimal): -2510737 or 7319769. OLE color: 7319769.
HSL color Cylindrical-coordinate representation of color #D9B06F: hue angle of 36.79º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9B06F is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 111 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.15 |
| HSL | 36.79º | 0.58% | 0.64% | - |
| HSV(B) | 36.79º | 0.49% | 0.85% | - |
| XYZ | 47.01 | 46.95 | 21.62 | - |
| YUV | 180.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 111 | 0 | 0.19 | 0.49 | 0.15 | 36.79 | 0.58 | 0.64 |
| Hex | D9 | B0 | 6F | 0 | 13 | 31 | F | 25 | 3A | 40 |
| Octal | 331 | 260 | 157 | 0 | 23 | 61 | 17 | 45 | 72 | 100 |
| Binary | 11011001 | 10110000 | 1101111 | 0 | 10011 | 110001 | 1111 | 100101 | 111010 | 1000000 |
Color Harmonies of #D9B06F
Complementary color
Monochromatic Colors of #D9B06F
Black with #D9B06F
Text Example
Text Example
White with #D9B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B06F; }
p { color: rgb(217,176,111); }
H1.HeaderClassName
{
color: #D9B06F;
}
.AnyTagClassName
{
color: #D9B06F;
}
</style>
background-color css
<style>
a { background-color: #D9B06F; }
a { background-color: rgb(217,176,111); }
div.DivClassName
{
background-color: #D9B06F;
}
.BgClassName
{
background-color: #D9B06F;
}
</style>
border-color css
<style>
span { border-color: #D9B06F; }
span { border-color: rgb(217,176,111); }
td.TdClassName
{
border-color: #D9B06F;
}
.TagClassName
{
border-color: #D9B06F;
}
</style>