Shades of Sorbus #DC643A
Tints of Sorbus #DC643A
RGB
CMYK
RGB Variations
Color information
#DC643A (or 0xDC643A) is known color: Sorbus. HEX triplet: DC, 64 and 3A. RGB value is (220,100,58). Sum of RGB (Red+Green+Blue) = 220+100+58=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC643A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC643A is #239BC5. Grayscale: #838383. Windows color (decimal): -2333638 or 3826908. OLE color: 3826908.
HSL color Cylindrical-coordinate representation of color #DC643A: hue angle of 15.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC643A is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 58 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.14 |
| HSL | 15.56º | 0.7% | 0.55% | - |
| HSV(B) | 15.56º | 0.74% | 0.86% | - |
| XYZ | 34.84 | 24.64 | 6.92 | - |
| YUV | 131.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 58 | 0 | 0.55 | 0.74 | 0.14 | 15.56 | 0.7 | 0.55 |
| Hex | DC | 64 | 3A | 0 | 37 | 4A | E | 10 | 46 | 37 |
| Octal | 334 | 144 | 72 | 0 | 67 | 112 | 16 | 20 | 106 | 67 |
| Binary | 11011100 | 1100100 | 111010 | 0 | 110111 | 1001010 | 1110 | 10000 | 1000110 | 110111 |
Color Harmonies of #DC643A
Complementary color
Monochromatic Colors of #DC643A
Black with #DC643A
Text Example
Text Example
White with #DC643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC643A; }
p { color: rgb(220,100,58); }
H1.HeaderClassName
{
color: #DC643A;
}
.AnyTagClassName
{
color: #DC643A;
}
</style>
background-color css
<style>
a { background-color: #DC643A; }
a { background-color: rgb(220,100,58); }
div.DivClassName
{
background-color: #DC643A;
}
.BgClassName
{
background-color: #DC643A;
}
</style>
border-color css
<style>
span { border-color: #DC643A; }
span { border-color: rgb(220,100,58); }
td.TdClassName
{
border-color: #DC643A;
}
.TagClassName
{
border-color: #DC643A;
}
</style>