Shades of Sorbus #DB603B
Tints of Sorbus #DB603B
RGB
CMYK
RGB Variations
Color information
#DB603B (or 0xDB603B) is known color: Sorbus. HEX triplet: DB, 60 and 3B. RGB value is (219,96,59). Sum of RGB (Red+Green+Blue) = 219+96+59=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB603B is #249FC4. Grayscale: #808080. Windows color (decimal): -2400197 or 3891419. OLE color: 3891419.
HSL color Cylindrical-coordinate representation of color #DB603B: hue angle of 13.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB603B is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 59 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.14 |
| HSL | 13.88º | 0.69% | 0.55% | - |
| HSV(B) | 13.88º | 0.73% | 0.86% | - |
| XYZ | 34.19 | 23.74 | 6.92 | - |
| YUV | 128.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 59 | 0 | 0.56 | 0.73 | 0.14 | 13.88 | 0.69 | 0.55 |
| Hex | DB | 60 | 3B | 0 | 38 | 49 | E | E | 45 | 37 |
| Octal | 333 | 140 | 73 | 0 | 70 | 111 | 16 | 16 | 105 | 67 |
| Binary | 11011011 | 1100000 | 111011 | 0 | 111000 | 1001001 | 1110 | 1110 | 1000101 | 110111 |
Color Harmonies of #DB603B
Complementary color
Monochromatic Colors of #DB603B
Black with #DB603B
Text Example
Text Example
White with #DB603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB603B; }
p { color: rgb(219,96,59); }
H1.HeaderClassName
{
color: #DB603B;
}
.AnyTagClassName
{
color: #DB603B;
}
</style>
background-color css
<style>
a { background-color: #DB603B; }
a { background-color: rgb(219,96,59); }
div.DivClassName
{
background-color: #DB603B;
}
.BgClassName
{
background-color: #DB603B;
}
</style>
border-color css
<style>
span { border-color: #DB603B; }
span { border-color: rgb(219,96,59); }
td.TdClassName
{
border-color: #DB603B;
}
.TagClassName
{
border-color: #DB603B;
}
</style>