Shades of Putty #D0B773
Tints of Putty #D0B773
RGB
CMYK
RGB Variations
Color information
#D0B773 (or 0xD0B773) is known color: Putty. HEX triplet: D0, B7 and 73. RGB value is (208,183,115). Sum of RGB (Red+Green+Blue) = 208+183+115=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B773 is #2F488C. Grayscale: #B7B7B7. Windows color (decimal): -3098765 or 7583696. OLE color: 7583696.
HSL color Cylindrical-coordinate representation of color #D0B773: hue angle of 43.87º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0B773 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 115 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.18 |
| HSL | 43.87º | 0.5% | 0.63% | - |
| HSV(B) | 43.87º | 0.45% | 0.82% | - |
| XYZ | 46.04 | 48.51 | 23.16 | - |
| YUV | 182.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 115 | 0 | 0.12 | 0.45 | 0.18 | 43.87 | 0.5 | 0.63 |
| Hex | D0 | B7 | 73 | 0 | C | 2D | 12 | 2C | 32 | 3F |
| Octal | 320 | 267 | 163 | 0 | 14 | 55 | 22 | 54 | 62 | 77 |
| Binary | 11010000 | 10110111 | 1110011 | 0 | 1100 | 101101 | 10010 | 101100 | 110010 | 111111 |
Color Harmonies of #D0B773
Complementary color
Monochromatic Colors of #D0B773
Black with #D0B773
Text Example
Text Example
White with #D0B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B773; }
p { color: rgb(208,183,115); }
H1.HeaderClassName
{
color: #D0B773;
}
.AnyTagClassName
{
color: #D0B773;
}
</style>
background-color css
<style>
a { background-color: #D0B773; }
a { background-color: rgb(208,183,115); }
div.DivClassName
{
background-color: #D0B773;
}
.BgClassName
{
background-color: #D0B773;
}
</style>
border-color css
<style>
span { border-color: #D0B773; }
span { border-color: rgb(208,183,115); }
td.TdClassName
{
border-color: #D0B773;
}
.TagClassName
{
border-color: #D0B773;
}
</style>