Shades of Sorbus #DC6C41
Tints of Sorbus #DC6C41
RGB
CMYK
RGB Variations
Color information
#DC6C41 (or 0xDC6C41) is known color: Sorbus. HEX triplet: DC, 6C and 41. RGB value is (220,108,65). Sum of RGB (Red+Green+Blue) = 220+108+65=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C41 is #2393BE. Grayscale: #888888. Windows color (decimal): -2331583 or 4287708. OLE color: 4287708.
HSL color Cylindrical-coordinate representation of color #DC6C41: hue angle of 16.65º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC6C41 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 65 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.14 |
| HSL | 16.65º | 0.69% | 0.56% | - |
| HSV(B) | 16.65º | 0.7% | 0.86% | - |
| XYZ | 35.83 | 26.32 | 8.19 | - |
| YUV | 136.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 65 | 0 | 0.51 | 0.70 | 0.14 | 16.65 | 0.69 | 0.56 |
| Hex | DC | 6C | 41 | 0 | 33 | 46 | E | 11 | 45 | 38 |
| Octal | 334 | 154 | 101 | 0 | 63 | 106 | 16 | 21 | 105 | 70 |
| Binary | 11011100 | 1101100 | 1000001 | 0 | 110011 | 1000110 | 1110 | 10001 | 1000101 | 111000 |
Color Harmonies of #DC6C41
Complementary color
Monochromatic Colors of #DC6C41
Black with #DC6C41
Text Example
Text Example
White with #DC6C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C41; }
p { color: rgb(220,108,65); }
H1.HeaderClassName
{
color: #DC6C41;
}
.AnyTagClassName
{
color: #DC6C41;
}
</style>
background-color css
<style>
a { background-color: #DC6C41; }
a { background-color: rgb(220,108,65); }
div.DivClassName
{
background-color: #DC6C41;
}
.BgClassName
{
background-color: #DC6C41;
}
</style>
border-color css
<style>
span { border-color: #DC6C41; }
span { border-color: rgb(220,108,65); }
td.TdClassName
{
border-color: #DC6C41;
}
.TagClassName
{
border-color: #DC6C41;
}
</style>