Shades of Sorbus #DC623B
Tints of Sorbus #DC623B
RGB
CMYK
RGB Variations
Color information
#DC623B (or 0xDC623B) is known color: Sorbus. HEX triplet: DC, 62 and 3B. RGB value is (220,98,59). Sum of RGB (Red+Green+Blue) = 220+98+59=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC623B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC623B is #239DC4. Grayscale: #828282. Windows color (decimal): -2334149 or 3891932. OLE color: 3891932.
HSL color Cylindrical-coordinate representation of color #DC623B: hue angle of 14.53º 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 #DC623B is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 59 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.14 |
| HSL | 14.53º | 0.7% | 0.55% | - |
| HSV(B) | 14.53º | 0.73% | 0.86% | - |
| XYZ | 34.67 | 24.27 | 6.99 | - |
| YUV | 130.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 59 | 0 | 0.55 | 0.73 | 0.14 | 14.53 | 0.7 | 0.55 |
| Hex | DC | 62 | 3B | 0 | 37 | 49 | E | F | 46 | 37 |
| Octal | 334 | 142 | 73 | 0 | 67 | 111 | 16 | 17 | 106 | 67 |
| Binary | 11011100 | 1100010 | 111011 | 0 | 110111 | 1001001 | 1110 | 1111 | 1000110 | 110111 |
Color Harmonies of #DC623B
Complementary color
Monochromatic Colors of #DC623B
Black with #DC623B
Text Example
Text Example
White with #DC623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC623B; }
p { color: rgb(220,98,59); }
H1.HeaderClassName
{
color: #DC623B;
}
.AnyTagClassName
{
color: #DC623B;
}
</style>
background-color css
<style>
a { background-color: #DC623B; }
a { background-color: rgb(220,98,59); }
div.DivClassName
{
background-color: #DC623B;
}
.BgClassName
{
background-color: #DC623B;
}
</style>
border-color css
<style>
span { border-color: #DC623B; }
span { border-color: rgb(220,98,59); }
td.TdClassName
{
border-color: #DC623B;
}
.TagClassName
{
border-color: #DC623B;
}
</style>