Shades of Putty #D0B577
Tints of Putty #D0B577
RGB
CMYK
RGB Variations
Color information
#D0B577 (or 0xD0B577) is known color: Putty. HEX triplet: D0, B5 and 77. RGB value is (208,181,119). Sum of RGB (Red+Green+Blue) = 208+181+119=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B577 is #2F4A88. Grayscale: #B6B6B6. Windows color (decimal): -3099273 or 7845328. OLE color: 7845328.
HSL color Cylindrical-coordinate representation of color #D0B577: hue angle of 41.8º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0B577 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 119 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.18 |
| HSL | 41.8º | 0.49% | 0.64% | - |
| HSV(B) | 41.8º | 0.43% | 0.82% | - |
| XYZ | 45.87 | 47.79 | 24.26 | - |
| YUV | 182.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 119 | 0 | 0.13 | 0.43 | 0.18 | 41.8 | 0.49 | 0.64 |
| Hex | D0 | B5 | 77 | 0 | D | 2B | 12 | 2A | 31 | 40 |
| Octal | 320 | 265 | 167 | 0 | 15 | 53 | 22 | 52 | 61 | 100 |
| Binary | 11010000 | 10110101 | 1110111 | 0 | 1101 | 101011 | 10010 | 101010 | 110001 | 1000000 |
Color Harmonies of #D0B577
Complementary color
Monochromatic Colors of #D0B577
Black with #D0B577
Text Example
Text Example
White with #D0B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B577; }
p { color: rgb(208,181,119); }
H1.HeaderClassName
{
color: #D0B577;
}
.AnyTagClassName
{
color: #D0B577;
}
</style>
background-color css
<style>
a { background-color: #D0B577; }
a { background-color: rgb(208,181,119); }
div.DivClassName
{
background-color: #D0B577;
}
.BgClassName
{
background-color: #D0B577;
}
</style>
border-color css
<style>
span { border-color: #D0B577; }
span { border-color: rgb(208,181,119); }
td.TdClassName
{
border-color: #D0B577;
}
.TagClassName
{
border-color: #D0B577;
}
</style>