Shades of Sorbus #DC6C38
Tints of Sorbus #DC6C38
RGB
CMYK
RGB Variations
Color information
#DC6C38 (or 0xDC6C38) is known color: Sorbus. HEX triplet: DC, 6C and 38. RGB value is (220,108,56). Sum of RGB (Red+Green+Blue) = 220+108+56=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C38 is #2393C7. Grayscale: #878787. Windows color (decimal): -2331592 or 3697884. OLE color: 3697884.
HSL color Cylindrical-coordinate representation of color #DC6C38: hue angle of 19.02º 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 #DC6C38 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 56 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.14 |
| HSL | 19.02º | 0.7% | 0.54% | - |
| HSV(B) | 19.02º | 0.75% | 0.86% | - |
| XYZ | 35.59 | 26.23 | 6.93 | - |
| YUV | 135.56 | 83.11 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 56 | 0 | 0.51 | 0.75 | 0.14 | 19.02 | 0.7 | 0.54 |
| Hex | DC | 6C | 38 | 0 | 33 | 4B | E | 13 | 46 | 36 |
| Octal | 334 | 154 | 70 | 0 | 63 | 113 | 16 | 23 | 106 | 66 |
| Binary | 11011100 | 1101100 | 111000 | 0 | 110011 | 1001011 | 1110 | 10011 | 1000110 | 110110 |
Color Harmonies of #DC6C38
Complementary color
Monochromatic Colors of #DC6C38
Black with #DC6C38
Text Example
Text Example
White with #DC6C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C38; }
p { color: rgb(220,108,56); }
H1.HeaderClassName
{
color: #DC6C38;
}
.AnyTagClassName
{
color: #DC6C38;
}
</style>
background-color css
<style>
a { background-color: #DC6C38; }
a { background-color: rgb(220,108,56); }
div.DivClassName
{
background-color: #DC6C38;
}
.BgClassName
{
background-color: #DC6C38;
}
</style>
border-color css
<style>
span { border-color: #DC6C38; }
span { border-color: rgb(220,108,56); }
td.TdClassName
{
border-color: #DC6C38;
}
.TagClassName
{
border-color: #DC6C38;
}
</style>