Shades of Sorbus #DB653A
Tints of Sorbus #DB653A
RGB
CMYK
RGB Variations
Color information
#DB653A (or 0xDB653A) is known color: Sorbus. HEX triplet: DB, 65 and 3A. RGB value is (219,101,58). Sum of RGB (Red+Green+Blue) = 219+101+58=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB653A is #249AC5. Grayscale: #838383. Windows color (decimal): -2398918 or 3827163. OLE color: 3827163.
HSL color Cylindrical-coordinate representation of color #DB653A: hue angle of 16.02º 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 #DB653A is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 58 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.14 |
| HSL | 16.02º | 0.69% | 0.54% | - |
| HSV(B) | 16.02º | 0.74% | 0.86% | - |
| XYZ | 34.63 | 24.67 | 6.94 | - |
| YUV | 131.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 58 | 0 | 0.54 | 0.74 | 0.14 | 16.02 | 0.69 | 0.54 |
| Hex | DB | 65 | 3A | 0 | 36 | 4A | E | 10 | 45 | 36 |
| Octal | 333 | 145 | 72 | 0 | 66 | 112 | 16 | 20 | 105 | 66 |
| Binary | 11011011 | 1100101 | 111010 | 0 | 110110 | 1001010 | 1110 | 10000 | 1000101 | 110110 |
Color Harmonies of #DB653A
Complementary color
Monochromatic Colors of #DB653A
Black with #DB653A
Text Example
Text Example
White with #DB653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB653A; }
p { color: rgb(219,101,58); }
H1.HeaderClassName
{
color: #DB653A;
}
.AnyTagClassName
{
color: #DB653A;
}
</style>
background-color css
<style>
a { background-color: #DB653A; }
a { background-color: rgb(219,101,58); }
div.DivClassName
{
background-color: #DB653A;
}
.BgClassName
{
background-color: #DB653A;
}
</style>
border-color css
<style>
span { border-color: #DB653A; }
span { border-color: rgb(219,101,58); }
td.TdClassName
{
border-color: #DB653A;
}
.TagClassName
{
border-color: #DB653A;
}
</style>