Shades of Sorbus #DB603D
Tints of Sorbus #DB603D
RGB
CMYK
RGB Variations
Color information
#DB603D (or 0xDB603D) is known color: Sorbus. HEX triplet: DB, 60 and 3D. RGB value is (219,96,61). Sum of RGB (Red+Green+Blue) = 219+96+61=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB603D is #249FC2. Grayscale: #818181. Windows color (decimal): -2400195 or 4022491. OLE color: 4022491.
HSL color Cylindrical-coordinate representation of color #DB603D: hue angle of 13.29º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB603D is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 61 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.14 |
| HSL | 13.29º | 0.69% | 0.55% | - |
| HSV(B) | 13.29º | 0.72% | 0.86% | - |
| XYZ | 34.24 | 23.76 | 7.2 | - |
| YUV | 128.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 61 | 0 | 0.56 | 0.72 | 0.14 | 13.29 | 0.69 | 0.55 |
| Hex | DB | 60 | 3D | 0 | 38 | 48 | E | D | 45 | 37 |
| Octal | 333 | 140 | 75 | 0 | 70 | 110 | 16 | 15 | 105 | 67 |
| Binary | 11011011 | 1100000 | 111101 | 0 | 111000 | 1001000 | 1110 | 1101 | 1000101 | 110111 |
Color Harmonies of #DB603D
Complementary color
Monochromatic Colors of #DB603D
Black with #DB603D
Text Example
Text Example
White with #DB603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB603D; }
p { color: rgb(219,96,61); }
H1.HeaderClassName
{
color: #DB603D;
}
.AnyTagClassName
{
color: #DB603D;
}
</style>
background-color css
<style>
a { background-color: #DB603D; }
a { background-color: rgb(219,96,61); }
div.DivClassName
{
background-color: #DB603D;
}
.BgClassName
{
background-color: #DB603D;
}
</style>
border-color css
<style>
span { border-color: #DB603D; }
span { border-color: rgb(219,96,61); }
td.TdClassName
{
border-color: #DB603D;
}
.TagClassName
{
border-color: #DB603D;
}
</style>