Shades of Putty #D0B57C
Tints of Putty #D0B57C
RGB
CMYK
RGB Variations
Color information
#D0B57C (or 0xD0B57C) is known color: Putty. HEX triplet: D0, B5 and 7C. RGB value is (208,181,124). Sum of RGB (Red+Green+Blue) = 208+181+124=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B57C is #2F4A83. Grayscale: #B6B6B6. Windows color (decimal): -3099268 or 8173008. OLE color: 8173008.
HSL color Cylindrical-coordinate representation of color #D0B57C: hue angle of 40.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0B57C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 124 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.18 |
| HSL | 40.71º | 0.47% | 0.65% | - |
| HSV(B) | 40.71º | 0.4% | 0.82% | - |
| XYZ | 46.17 | 47.91 | 25.88 | - |
| YUV | 182.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 124 | 0 | 0.13 | 0.40 | 0.18 | 40.71 | 0.47 | 0.65 |
| Hex | D0 | B5 | 7C | 0 | D | 28 | 12 | 29 | 2F | 41 |
| Octal | 320 | 265 | 174 | 0 | 15 | 50 | 22 | 51 | 57 | 101 |
| Binary | 11010000 | 10110101 | 1111100 | 0 | 1101 | 101000 | 10010 | 101001 | 101111 | 1000001 |
Color Harmonies of #D0B57C
Complementary color
Monochromatic Colors of #D0B57C
Black with #D0B57C
Text Example
Text Example
White with #D0B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B57C; }
p { color: rgb(208,181,124); }
H1.HeaderClassName
{
color: #D0B57C;
}
.AnyTagClassName
{
color: #D0B57C;
}
</style>
background-color css
<style>
a { background-color: #D0B57C; }
a { background-color: rgb(208,181,124); }
div.DivClassName
{
background-color: #D0B57C;
}
.BgClassName
{
background-color: #D0B57C;
}
</style>
border-color css
<style>
span { border-color: #D0B57C; }
span { border-color: rgb(208,181,124); }
td.TdClassName
{
border-color: #D0B57C;
}
.TagClassName
{
border-color: #D0B57C;
}
</style>