Shades of Sorbus #DC6038
Tints of Sorbus #DC6038
RGB
CMYK
RGB Variations
Color information
#DC6038 (or 0xDC6038) is known color: Sorbus. HEX triplet: DC, 60 and 38. RGB value is (220,96,56). Sum of RGB (Red+Green+Blue) = 220+96+56=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6038 is #239FC7. Grayscale: #808080. Windows color (decimal): -2334664 or 3694812. OLE color: 3694812.
HSL color Cylindrical-coordinate representation of color #DC6038: hue angle of 14.63º 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 #DC6038 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 56 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.14 |
| HSL | 14.63º | 0.7% | 0.54% | - |
| HSV(B) | 14.63º | 0.75% | 0.86% | - |
| XYZ | 34.41 | 23.87 | 6.53 | - |
| YUV | 128.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 56 | 0 | 0.56 | 0.75 | 0.14 | 14.63 | 0.7 | 0.54 |
| Hex | DC | 60 | 38 | 0 | 38 | 4B | E | F | 46 | 36 |
| Octal | 334 | 140 | 70 | 0 | 70 | 113 | 16 | 17 | 106 | 66 |
| Binary | 11011100 | 1100000 | 111000 | 0 | 111000 | 1001011 | 1110 | 1111 | 1000110 | 110110 |
Color Harmonies of #DC6038
Complementary color
Monochromatic Colors of #DC6038
Black with #DC6038
Text Example
Text Example
White with #DC6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6038; }
p { color: rgb(220,96,56); }
H1.HeaderClassName
{
color: #DC6038;
}
.AnyTagClassName
{
color: #DC6038;
}
</style>
background-color css
<style>
a { background-color: #DC6038; }
a { background-color: rgb(220,96,56); }
div.DivClassName
{
background-color: #DC6038;
}
.BgClassName
{
background-color: #DC6038;
}
</style>
border-color css
<style>
span { border-color: #DC6038; }
span { border-color: rgb(220,96,56); }
td.TdClassName
{
border-color: #DC6038;
}
.TagClassName
{
border-color: #DC6038;
}
</style>