Shades of Sorbus #DC6941
Tints of Sorbus #DC6941
RGB
CMYK
RGB Variations
Color information
#DC6941 (or 0xDC6941) is known color: Sorbus. HEX triplet: DC, 69 and 41. RGB value is (220,105,65). Sum of RGB (Red+Green+Blue) = 220+105+65=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6941 is #2396BE. Grayscale: #878787. Windows color (decimal): -2332351 or 4286940. OLE color: 4286940.
HSL color Cylindrical-coordinate representation of color #DC6941: hue angle of 15.48º 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 #DC6941 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 65 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.14 |
| HSL | 15.48º | 0.69% | 0.56% | - |
| HSV(B) | 15.48º | 0.7% | 0.86% | - |
| XYZ | 35.52 | 25.7 | 8.09 | - |
| YUV | 134.83 | 88.6 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 65 | 0 | 0.52 | 0.70 | 0.14 | 15.48 | 0.69 | 0.56 |
| Hex | DC | 69 | 41 | 0 | 34 | 46 | E | F | 45 | 38 |
| Octal | 334 | 151 | 101 | 0 | 64 | 106 | 16 | 17 | 105 | 70 |
| Binary | 11011100 | 1101001 | 1000001 | 0 | 110100 | 1000110 | 1110 | 1111 | 1000101 | 111000 |
Color Harmonies of #DC6941
Complementary color
Monochromatic Colors of #DC6941
Black with #DC6941
Text Example
Text Example
White with #DC6941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6941; }
p { color: rgb(220,105,65); }
H1.HeaderClassName
{
color: #DC6941;
}
.AnyTagClassName
{
color: #DC6941;
}
</style>
background-color css
<style>
a { background-color: #DC6941; }
a { background-color: rgb(220,105,65); }
div.DivClassName
{
background-color: #DC6941;
}
.BgClassName
{
background-color: #DC6941;
}
</style>
border-color css
<style>
span { border-color: #DC6941; }
span { border-color: rgb(220,105,65); }
td.TdClassName
{
border-color: #DC6941;
}
.TagClassName
{
border-color: #DC6941;
}
</style>