Shades of Sorbus #DB673B
Tints of Sorbus #DB673B
RGB
CMYK
RGB Variations
Color information
#DB673B (or 0xDB673B) is known color: Sorbus. HEX triplet: DB, 67 and 3B. RGB value is (219,103,59). Sum of RGB (Red+Green+Blue) = 219+103+59=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB673B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB673B is #2498C4. Grayscale: #848484. Windows color (decimal): -2398405 or 3893211. OLE color: 3893211.
HSL color Cylindrical-coordinate representation of color #DB673B: hue angle of 16.5º 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 #DB673B is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 59 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.14 |
| HSL | 16.5º | 0.69% | 0.55% | - |
| HSV(B) | 16.5º | 0.73% | 0.86% | - |
| XYZ | 34.85 | 25.08 | 7.14 | - |
| YUV | 132.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 59 | 0 | 0.53 | 0.73 | 0.14 | 16.5 | 0.69 | 0.55 |
| Hex | DB | 67 | 3B | 0 | 35 | 49 | E | 10 | 45 | 37 |
| Octal | 333 | 147 | 73 | 0 | 65 | 111 | 16 | 20 | 105 | 67 |
| Binary | 11011011 | 1100111 | 111011 | 0 | 110101 | 1001001 | 1110 | 10000 | 1000101 | 110111 |
Color Harmonies of #DB673B
Complementary color
Monochromatic Colors of #DB673B
Black with #DB673B
Text Example
Text Example
White with #DB673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB673B; }
p { color: rgb(219,103,59); }
H1.HeaderClassName
{
color: #DB673B;
}
.AnyTagClassName
{
color: #DB673B;
}
</style>
background-color css
<style>
a { background-color: #DB673B; }
a { background-color: rgb(219,103,59); }
div.DivClassName
{
background-color: #DB673B;
}
.BgClassName
{
background-color: #DB673B;
}
</style>
border-color css
<style>
span { border-color: #DB673B; }
span { border-color: rgb(219,103,59); }
td.TdClassName
{
border-color: #DB673B;
}
.TagClassName
{
border-color: #DB673B;
}
</style>