Shades of Sorbus #DC6741
Tints of Sorbus #DC6741
RGB
CMYK
RGB Variations
Color information
#DC6741 (or 0xDC6741) is known color: Sorbus. HEX triplet: DC, 67 and 41. RGB value is (220,103,65). Sum of RGB (Red+Green+Blue) = 220+103+65=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6741 is #2398BE. Grayscale: #858585. Windows color (decimal): -2332863 or 4286428. OLE color: 4286428.
HSL color Cylindrical-coordinate representation of color #DC6741: hue angle of 14.71º 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 #DC6741 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 65 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.14 |
| HSL | 14.71º | 0.69% | 0.56% | - |
| HSV(B) | 14.71º | 0.7% | 0.86% | - |
| XYZ | 35.32 | 25.3 | 8.02 | - |
| YUV | 133.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 65 | 0 | 0.53 | 0.70 | 0.14 | 14.71 | 0.69 | 0.56 |
| Hex | DC | 67 | 41 | 0 | 35 | 46 | E | F | 45 | 38 |
| Octal | 334 | 147 | 101 | 0 | 65 | 106 | 16 | 17 | 105 | 70 |
| Binary | 11011100 | 1100111 | 1000001 | 0 | 110101 | 1000110 | 1110 | 1111 | 1000101 | 111000 |
Color Harmonies of #DC6741
Complementary color
Monochromatic Colors of #DC6741
Black with #DC6741
Text Example
Text Example
White with #DC6741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6741; }
p { color: rgb(220,103,65); }
H1.HeaderClassName
{
color: #DC6741;
}
.AnyTagClassName
{
color: #DC6741;
}
</style>
background-color css
<style>
a { background-color: #DC6741; }
a { background-color: rgb(220,103,65); }
div.DivClassName
{
background-color: #DC6741;
}
.BgClassName
{
background-color: #DC6741;
}
</style>
border-color css
<style>
span { border-color: #DC6741; }
span { border-color: rgb(220,103,65); }
td.TdClassName
{
border-color: #DC6741;
}
.TagClassName
{
border-color: #DC6741;
}
</style>