Shades of Putty #D3B079
Tints of Putty #D3B079
RGB
CMYK
RGB Variations
Color information
#D3B079 (or 0xD3B079) is known color: Putty. HEX triplet: D3, B0 and 79. RGB value is (211,176,121). Sum of RGB (Red+Green+Blue) = 211+176+121=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B079 is #2C4F86. Grayscale: #B4B4B4. Windows color (decimal): -2903943 or 7975123. OLE color: 7975123.
HSL color Cylindrical-coordinate representation of color #D3B079: hue angle of 36.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3B079 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 176 | 121 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.17 |
| HSL | 36.67º | 0.51% | 0.65% | - |
| HSV(B) | 36.67º | 0.43% | 0.83% | - |
| XYZ | 45.84 | 46.28 | 24.61 | - |
| YUV | 180.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 121 | 0 | 0.17 | 0.43 | 0.17 | 36.67 | 0.51 | 0.65 |
| Hex | D3 | B0 | 79 | 0 | 11 | 2B | 11 | 25 | 33 | 41 |
| Octal | 323 | 260 | 171 | 0 | 21 | 53 | 21 | 45 | 63 | 101 |
| Binary | 11010011 | 10110000 | 1111001 | 0 | 10001 | 101011 | 10001 | 100101 | 110011 | 1000001 |
Color Harmonies of #D3B079
Complementary color
Monochromatic Colors of #D3B079
Black with #D3B079
Text Example
Text Example
White with #D3B079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B079; }
p { color: rgb(211,176,121); }
H1.HeaderClassName
{
color: #D3B079;
}
.AnyTagClassName
{
color: #D3B079;
}
</style>
background-color css
<style>
a { background-color: #D3B079; }
a { background-color: rgb(211,176,121); }
div.DivClassName
{
background-color: #D3B079;
}
.BgClassName
{
background-color: #D3B079;
}
</style>
border-color css
<style>
span { border-color: #D3B079; }
span { border-color: rgb(211,176,121); }
td.TdClassName
{
border-color: #D3B079;
}
.TagClassName
{
border-color: #D3B079;
}
</style>