Shades of Sorbus #DB603C
Tints of Sorbus #DB603C
RGB
CMYK
RGB Variations
Color information
#DB603C (or 0xDB603C) is known color: Sorbus. HEX triplet: DB, 60 and 3C. RGB value is (219,96,60). Sum of RGB (Red+Green+Blue) = 219+96+60=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB603C is #249FC3. Grayscale: #808080. Windows color (decimal): -2400196 or 3956955. OLE color: 3956955.
HSL color Cylindrical-coordinate representation of color #DB603C: hue angle of 13.58º 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 #DB603C is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 60 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.14 |
| HSL | 13.58º | 0.69% | 0.55% | - |
| HSV(B) | 13.58º | 0.73% | 0.86% | - |
| XYZ | 34.21 | 23.75 | 7.06 | - |
| YUV | 128.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 60 | 0 | 0.56 | 0.73 | 0.14 | 13.58 | 0.69 | 0.55 |
| Hex | DB | 60 | 3C | 0 | 38 | 49 | E | E | 45 | 37 |
| Octal | 333 | 140 | 74 | 0 | 70 | 111 | 16 | 16 | 105 | 67 |
| Binary | 11011011 | 1100000 | 111100 | 0 | 111000 | 1001001 | 1110 | 1110 | 1000101 | 110111 |
Color Harmonies of #DB603C
Complementary color
Monochromatic Colors of #DB603C
Black with #DB603C
Text Example
Text Example
White with #DB603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB603C; }
p { color: rgb(219,96,60); }
H1.HeaderClassName
{
color: #DB603C;
}
.AnyTagClassName
{
color: #DB603C;
}
</style>
background-color css
<style>
a { background-color: #DB603C; }
a { background-color: rgb(219,96,60); }
div.DivClassName
{
background-color: #DB603C;
}
.BgClassName
{
background-color: #DB603C;
}
</style>
border-color css
<style>
span { border-color: #DB603C; }
span { border-color: rgb(219,96,60); }
td.TdClassName
{
border-color: #DB603C;
}
.TagClassName
{
border-color: #DB603C;
}
</style>