Shades of Sorbus #DB653B
Tints of Sorbus #DB653B
RGB
CMYK
RGB Variations
Color information
#DB653B (or 0xDB653B) is known color: Sorbus. HEX triplet: DB, 65 and 3B. RGB value is (219,101,59). Sum of RGB (Red+Green+Blue) = 219+101+59=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB653B is #249AC4. Grayscale: #838383. Windows color (decimal): -2398917 or 3892699. OLE color: 3892699.
HSL color Cylindrical-coordinate representation of color #DB653B: hue angle of 15.75º 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 #DB653B is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 59 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.14 |
| HSL | 15.75º | 0.69% | 0.55% | - |
| HSV(B) | 15.75º | 0.73% | 0.86% | - |
| XYZ | 34.66 | 24.68 | 7.08 | - |
| YUV | 131.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 59 | 0 | 0.54 | 0.73 | 0.14 | 15.75 | 0.69 | 0.55 |
| Hex | DB | 65 | 3B | 0 | 36 | 49 | E | 10 | 45 | 37 |
| Octal | 333 | 145 | 73 | 0 | 66 | 111 | 16 | 20 | 105 | 67 |
| Binary | 11011011 | 1100101 | 111011 | 0 | 110110 | 1001001 | 1110 | 10000 | 1000101 | 110111 |
Color Harmonies of #DB653B
Complementary color
Monochromatic Colors of #DB653B
Black with #DB653B
Text Example
Text Example
White with #DB653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB653B; }
p { color: rgb(219,101,59); }
H1.HeaderClassName
{
color: #DB653B;
}
.AnyTagClassName
{
color: #DB653B;
}
</style>
background-color css
<style>
a { background-color: #DB653B; }
a { background-color: rgb(219,101,59); }
div.DivClassName
{
background-color: #DB653B;
}
.BgClassName
{
background-color: #DB653B;
}
</style>
border-color css
<style>
span { border-color: #DB653B; }
span { border-color: rgb(219,101,59); }
td.TdClassName
{
border-color: #DB653B;
}
.TagClassName
{
border-color: #DB653B;
}
</style>