Shades of Sorbus #DC6835
Tints of Sorbus #DC6835
RGB
CMYK
RGB Variations
Color information
#DC6835 (or 0xDC6835) is known color: Sorbus. HEX triplet: DC, 68 and 35. RGB value is (220,104,53). Sum of RGB (Red+Green+Blue) = 220+104+53=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6835 is #2397CA. Grayscale: #858585. Windows color (decimal): -2332619 or 3500252. OLE color: 3500252.
HSL color Cylindrical-coordinate representation of color #DC6835: hue angle of 18.32º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC6835 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 53 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.14 |
| HSL | 18.32º | 0.7% | 0.54% | - |
| HSV(B) | 18.32º | 0.76% | 0.86% | - |
| XYZ | 35.11 | 25.37 | 6.42 | - |
| YUV | 132.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 53 | 0 | 0.53 | 0.76 | 0.14 | 18.32 | 0.7 | 0.54 |
| Hex | DC | 68 | 35 | 0 | 35 | 4C | E | 12 | 46 | 36 |
| Octal | 334 | 150 | 65 | 0 | 65 | 114 | 16 | 22 | 106 | 66 |
| Binary | 11011100 | 1101000 | 110101 | 0 | 110101 | 1001100 | 1110 | 10010 | 1000110 | 110110 |
Color Harmonies of #DC6835
Complementary color
Monochromatic Colors of #DC6835
Black with #DC6835
Text Example
Text Example
White with #DC6835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6835; }
p { color: rgb(220,104,53); }
H1.HeaderClassName
{
color: #DC6835;
}
.AnyTagClassName
{
color: #DC6835;
}
</style>
background-color css
<style>
a { background-color: #DC6835; }
a { background-color: rgb(220,104,53); }
div.DivClassName
{
background-color: #DC6835;
}
.BgClassName
{
background-color: #DC6835;
}
</style>
border-color css
<style>
span { border-color: #DC6835; }
span { border-color: rgb(220,104,53); }
td.TdClassName
{
border-color: #DC6835;
}
.TagClassName
{
border-color: #DC6835;
}
</style>