Shades of Sorbus #DB753C
Tints of Sorbus #DB753C
RGB
CMYK
RGB Variations
Color information
#DB753C (or 0xDB753C) is known color: Sorbus. HEX triplet: DB, 75 and 3C. RGB value is (219,117,60). Sum of RGB (Red+Green+Blue) = 219+117+60=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB753C is #248AC3. Grayscale: #8D8D8D. Windows color (decimal): -2394820 or 3962331. OLE color: 3962331.
HSL color Cylindrical-coordinate representation of color #DB753C: hue angle of 21.51º 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 #DB753C is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 60 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.14 |
| HSL | 21.51º | 0.69% | 0.55% | - |
| HSV(B) | 21.51º | 0.73% | 0.86% | - |
| XYZ | 36.39 | 28.11 | 7.78 | - |
| YUV | 141 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 60 | 0 | 0.47 | 0.73 | 0.14 | 21.51 | 0.69 | 0.55 |
| Hex | DB | 75 | 3C | 0 | 2F | 49 | E | 16 | 45 | 37 |
| Octal | 333 | 165 | 74 | 0 | 57 | 111 | 16 | 26 | 105 | 67 |
| Binary | 11011011 | 1110101 | 111100 | 0 | 101111 | 1001001 | 1110 | 10110 | 1000101 | 110111 |
Color Harmonies of #DB753C
Complementary color
Monochromatic Colors of #DB753C
Black with #DB753C
Text Example
Text Example
White with #DB753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB753C; }
p { color: rgb(219,117,60); }
H1.HeaderClassName
{
color: #DB753C;
}
.AnyTagClassName
{
color: #DB753C;
}
</style>
background-color css
<style>
a { background-color: #DB753C; }
a { background-color: rgb(219,117,60); }
div.DivClassName
{
background-color: #DB753C;
}
.BgClassName
{
background-color: #DB753C;
}
</style>
border-color css
<style>
span { border-color: #DB753C; }
span { border-color: rgb(219,117,60); }
td.TdClassName
{
border-color: #DB753C;
}
.TagClassName
{
border-color: #DB753C;
}
</style>