Shades of Sorbus #DB643A
Tints of Sorbus #DB643A
RGB
CMYK
RGB Variations
Color information
#DB643A (or 0xDB643A) is known color: Sorbus. HEX triplet: DB, 64 and 3A. RGB value is (219,100,58). Sum of RGB (Red+Green+Blue) = 219+100+58=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB643A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB643A is #249BC5. Grayscale: #838383. Windows color (decimal): -2399174 or 3826907. OLE color: 3826907.
HSL color Cylindrical-coordinate representation of color #DB643A: hue angle of 15.65º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB643A is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 58 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.14 |
| HSL | 15.65º | 0.69% | 0.54% | - |
| HSV(B) | 15.65º | 0.74% | 0.86% | - |
| XYZ | 34.53 | 24.48 | 6.91 | - |
| YUV | 130.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 58 | 0 | 0.54 | 0.74 | 0.14 | 15.65 | 0.69 | 0.54 |
| Hex | DB | 64 | 3A | 0 | 36 | 4A | E | 10 | 45 | 36 |
| Octal | 333 | 144 | 72 | 0 | 66 | 112 | 16 | 20 | 105 | 66 |
| Binary | 11011011 | 1100100 | 111010 | 0 | 110110 | 1001010 | 1110 | 10000 | 1000101 | 110110 |
Color Harmonies of #DB643A
Complementary color
Monochromatic Colors of #DB643A
Black with #DB643A
Text Example
Text Example
White with #DB643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB643A; }
p { color: rgb(219,100,58); }
H1.HeaderClassName
{
color: #DB643A;
}
.AnyTagClassName
{
color: #DB643A;
}
</style>
background-color css
<style>
a { background-color: #DB643A; }
a { background-color: rgb(219,100,58); }
div.DivClassName
{
background-color: #DB643A;
}
.BgClassName
{
background-color: #DB643A;
}
</style>
border-color css
<style>
span { border-color: #DB643A; }
span { border-color: rgb(219,100,58); }
td.TdClassName
{
border-color: #DB643A;
}
.TagClassName
{
border-color: #DB643A;
}
</style>