Shades of Sorbus #DC6638
Tints of Sorbus #DC6638
RGB
CMYK
RGB Variations
Color information
#DC6638 (or 0xDC6638) is known color: Sorbus. HEX triplet: DC, 66 and 38. RGB value is (220,102,56). Sum of RGB (Red+Green+Blue) = 220+102+56=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6638 is #2399C7. Grayscale: #848484. Windows color (decimal): -2333128 or 3696348. OLE color: 3696348.
HSL color Cylindrical-coordinate representation of color #DC6638: hue angle of 16.83º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC6638 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 56 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.14 |
| HSL | 16.83º | 0.7% | 0.54% | - |
| HSV(B) | 16.83º | 0.75% | 0.86% | - |
| XYZ | 34.98 | 25 | 6.72 | - |
| YUV | 132.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 56 | 0 | 0.54 | 0.75 | 0.14 | 16.83 | 0.7 | 0.54 |
| Hex | DC | 66 | 38 | 0 | 36 | 4B | E | 11 | 46 | 36 |
| Octal | 334 | 146 | 70 | 0 | 66 | 113 | 16 | 21 | 106 | 66 |
| Binary | 11011100 | 1100110 | 111000 | 0 | 110110 | 1001011 | 1110 | 10001 | 1000110 | 110110 |
Color Harmonies of #DC6638
Complementary color
Monochromatic Colors of #DC6638
Black with #DC6638
Text Example
Text Example
White with #DC6638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6638; }
p { color: rgb(220,102,56); }
H1.HeaderClassName
{
color: #DC6638;
}
.AnyTagClassName
{
color: #DC6638;
}
</style>
background-color css
<style>
a { background-color: #DC6638; }
a { background-color: rgb(220,102,56); }
div.DivClassName
{
background-color: #DC6638;
}
.BgClassName
{
background-color: #DC6638;
}
</style>
border-color css
<style>
span { border-color: #DC6638; }
span { border-color: rgb(220,102,56); }
td.TdClassName
{
border-color: #DC6638;
}
.TagClassName
{
border-color: #DC6638;
}
</style>