Shades of Sorbus #DB643C
Tints of Sorbus #DB643C
RGB
CMYK
RGB Variations
Color information
#DB643C (or 0xDB643C) is known color: Sorbus. HEX triplet: DB, 64 and 3C. RGB value is (219,100,60). Sum of RGB (Red+Green+Blue) = 219+100+60=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB643C is #249BC3. Grayscale: #838383. Windows color (decimal): -2399172 or 3957979. OLE color: 3957979.
HSL color Cylindrical-coordinate representation of color #DB643C: hue angle of 15.09º 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 #DB643C is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 60 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.14 |
| HSL | 15.09º | 0.69% | 0.55% | - |
| HSV(B) | 15.09º | 0.73% | 0.86% | - |
| XYZ | 34.59 | 24.5 | 7.18 | - |
| YUV | 131.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 60 | 0 | 0.54 | 0.73 | 0.14 | 15.09 | 0.69 | 0.55 |
| Hex | DB | 64 | 3C | 0 | 36 | 49 | E | F | 45 | 37 |
| Octal | 333 | 144 | 74 | 0 | 66 | 111 | 16 | 17 | 105 | 67 |
| Binary | 11011011 | 1100100 | 111100 | 0 | 110110 | 1001001 | 1110 | 1111 | 1000101 | 110111 |
Color Harmonies of #DB643C
Complementary color
Monochromatic Colors of #DB643C
Black with #DB643C
Text Example
Text Example
White with #DB643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB643C; }
p { color: rgb(219,100,60); }
H1.HeaderClassName
{
color: #DB643C;
}
.AnyTagClassName
{
color: #DB643C;
}
</style>
background-color css
<style>
a { background-color: #DB643C; }
a { background-color: rgb(219,100,60); }
div.DivClassName
{
background-color: #DB643C;
}
.BgClassName
{
background-color: #DB643C;
}
</style>
border-color css
<style>
span { border-color: #DB643C; }
span { border-color: rgb(219,100,60); }
td.TdClassName
{
border-color: #DB643C;
}
.TagClassName
{
border-color: #DB643C;
}
</style>