Shades of Sorbus #DC653B
Tints of Sorbus #DC653B
RGB
CMYK
RGB Variations
Color information
#DC653B (or 0xDC653B) is known color: Sorbus. HEX triplet: DC, 65 and 3B. RGB value is (220,101,59). Sum of RGB (Red+Green+Blue) = 220+101+59=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC653B is #239AC4. Grayscale: #848484. Windows color (decimal): -2333381 or 3892700. OLE color: 3892700.
HSL color Cylindrical-coordinate representation of color #DC653B: hue angle of 15.65º degrees, saturation: 0.7, 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 #DC653B is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 59 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.14 |
| HSL | 15.65º | 0.7% | 0.55% | - |
| HSV(B) | 15.65º | 0.73% | 0.86% | - |
| XYZ | 34.96 | 24.84 | 7.09 | - |
| YUV | 131.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 59 | 0 | 0.54 | 0.73 | 0.14 | 15.65 | 0.7 | 0.55 |
| Hex | DC | 65 | 3B | 0 | 36 | 49 | E | 10 | 46 | 37 |
| Octal | 334 | 145 | 73 | 0 | 66 | 111 | 16 | 20 | 106 | 67 |
| Binary | 11011100 | 1100101 | 111011 | 0 | 110110 | 1001001 | 1110 | 10000 | 1000110 | 110111 |
Color Harmonies of #DC653B
Complementary color
Monochromatic Colors of #DC653B
Black with #DC653B
Text Example
Text Example
White with #DC653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC653B; }
p { color: rgb(220,101,59); }
H1.HeaderClassName
{
color: #DC653B;
}
.AnyTagClassName
{
color: #DC653B;
}
</style>
background-color css
<style>
a { background-color: #DC653B; }
a { background-color: rgb(220,101,59); }
div.DivClassName
{
background-color: #DC653B;
}
.BgClassName
{
background-color: #DC653B;
}
</style>
border-color css
<style>
span { border-color: #DC653B; }
span { border-color: rgb(220,101,59); }
td.TdClassName
{
border-color: #DC653B;
}
.TagClassName
{
border-color: #DC653B;
}
</style>