Shades of Sorbus #DC6838
Tints of Sorbus #DC6838
RGB
CMYK
RGB Variations
Color information
#DC6838 (or 0xDC6838) is known color: Sorbus. HEX triplet: DC, 68 and 38. RGB value is (220,104,56). Sum of RGB (Red+Green+Blue) = 220+104+56=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6838 is #2397C7. Grayscale: #858585. Windows color (decimal): -2332616 or 3696860. OLE color: 3696860.
HSL color Cylindrical-coordinate representation of color #DC6838: hue angle of 17.56º 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 #DC6838 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 56 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.14 |
| HSL | 17.56º | 0.7% | 0.54% | - |
| HSV(B) | 17.56º | 0.75% | 0.86% | - |
| XYZ | 35.18 | 25.4 | 6.79 | - |
| YUV | 133.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 56 | 0 | 0.53 | 0.75 | 0.14 | 17.56 | 0.7 | 0.54 |
| Hex | DC | 68 | 38 | 0 | 35 | 4B | E | 12 | 46 | 36 |
| Octal | 334 | 150 | 70 | 0 | 65 | 113 | 16 | 22 | 106 | 66 |
| Binary | 11011100 | 1101000 | 111000 | 0 | 110101 | 1001011 | 1110 | 10010 | 1000110 | 110110 |
Color Harmonies of #DC6838
Complementary color
Monochromatic Colors of #DC6838
Black with #DC6838
Text Example
Text Example
White with #DC6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6838; }
p { color: rgb(220,104,56); }
H1.HeaderClassName
{
color: #DC6838;
}
.AnyTagClassName
{
color: #DC6838;
}
</style>
background-color css
<style>
a { background-color: #DC6838; }
a { background-color: rgb(220,104,56); }
div.DivClassName
{
background-color: #DC6838;
}
.BgClassName
{
background-color: #DC6838;
}
</style>
border-color css
<style>
span { border-color: #DC6838; }
span { border-color: rgb(220,104,56); }
td.TdClassName
{
border-color: #DC6838;
}
.TagClassName
{
border-color: #DC6838;
}
</style>