Shades of Sorbus #DB623D
Tints of Sorbus #DB623D
RGB
CMYK
RGB Variations
Color information
#DB623D (or 0xDB623D) is known color: Sorbus. HEX triplet: DB, 62 and 3D. RGB value is (219,98,61). Sum of RGB (Red+Green+Blue) = 219+98+61=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB623D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB623D is #249DC2. Grayscale: #828282. Windows color (decimal): -2399683 or 4023003. OLE color: 4023003.
HSL color Cylindrical-coordinate representation of color #DB623D: hue angle of 14.05º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB623D is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 61 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.14 |
| HSL | 14.05º | 0.69% | 0.55% | - |
| HSV(B) | 14.05º | 0.72% | 0.86% | - |
| XYZ | 34.42 | 24.13 | 7.26 | - |
| YUV | 129.96 | 89.09 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 61 | 0 | 0.55 | 0.72 | 0.14 | 14.05 | 0.69 | 0.55 |
| Hex | DB | 62 | 3D | 0 | 37 | 48 | E | E | 45 | 37 |
| Octal | 333 | 142 | 75 | 0 | 67 | 110 | 16 | 16 | 105 | 67 |
| Binary | 11011011 | 1100010 | 111101 | 0 | 110111 | 1001000 | 1110 | 1110 | 1000101 | 110111 |
Color Harmonies of #DB623D
Complementary color
Monochromatic Colors of #DB623D
Black with #DB623D
Text Example
Text Example
White with #DB623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB623D; }
p { color: rgb(219,98,61); }
H1.HeaderClassName
{
color: #DB623D;
}
.AnyTagClassName
{
color: #DB623D;
}
</style>
background-color css
<style>
a { background-color: #DB623D; }
a { background-color: rgb(219,98,61); }
div.DivClassName
{
background-color: #DB623D;
}
.BgClassName
{
background-color: #DB623D;
}
</style>
border-color css
<style>
span { border-color: #DB623D; }
span { border-color: rgb(219,98,61); }
td.TdClassName
{
border-color: #DB623D;
}
.TagClassName
{
border-color: #DB623D;
}
</style>