Shades of Sorbus #DB703F
Tints of Sorbus #DB703F
RGB
CMYK
RGB Variations
Color information
#DB703F (or 0xDB703F) is known color: Sorbus. HEX triplet: DB, 70 and 3F. RGB value is (219,112,63). Sum of RGB (Red+Green+Blue) = 219+112+63=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB703F is #248FC0. Grayscale: #8A8A8A. Windows color (decimal): -2396097 or 4157659. OLE color: 4157659.
HSL color Cylindrical-coordinate representation of color #DB703F: hue angle of 18.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB703F is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 63 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.14 |
| HSL | 18.85º | 0.68% | 0.55% | - |
| HSV(B) | 18.85º | 0.71% | 0.86% | - |
| XYZ | 35.9 | 27.01 | 8.02 | - |
| YUV | 138.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 63 | 0 | 0.49 | 0.71 | 0.14 | 18.85 | 0.68 | 0.55 |
| Hex | DB | 70 | 3F | 0 | 31 | 47 | E | 13 | 44 | 37 |
| Octal | 333 | 160 | 77 | 0 | 61 | 107 | 16 | 23 | 104 | 67 |
| Binary | 11011011 | 1110000 | 111111 | 0 | 110001 | 1000111 | 1110 | 10011 | 1000100 | 110111 |
Color Harmonies of #DB703F
Complementary color
Monochromatic Colors of #DB703F
Black with #DB703F
Text Example
Text Example
White with #DB703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB703F; }
p { color: rgb(219,112,63); }
H1.HeaderClassName
{
color: #DB703F;
}
.AnyTagClassName
{
color: #DB703F;
}
</style>
background-color css
<style>
a { background-color: #DB703F; }
a { background-color: rgb(219,112,63); }
div.DivClassName
{
background-color: #DB703F;
}
.BgClassName
{
background-color: #DB703F;
}
</style>
border-color css
<style>
span { border-color: #DB703F; }
span { border-color: rgb(219,112,63); }
td.TdClassName
{
border-color: #DB703F;
}
.TagClassName
{
border-color: #DB703F;
}
</style>