Shades of Sorbus #DC6C37
Tints of Sorbus #DC6C37
RGB
CMYK
RGB Variations
Color information
#DC6C37 (or 0xDC6C37) is known color: Sorbus. HEX triplet: DC, 6C and 37. RGB value is (220,108,55). Sum of RGB (Red+Green+Blue) = 220+108+55=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C37 is #2393C8. Grayscale: #878787. Windows color (decimal): -2331593 or 3632348. OLE color: 3632348.
HSL color Cylindrical-coordinate representation of color #DC6C37: hue angle of 19.27º 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 #DC6C37 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 55 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.14 |
| HSL | 19.27º | 0.7% | 0.54% | - |
| HSV(B) | 19.27º | 0.75% | 0.86% | - |
| XYZ | 35.57 | 26.22 | 6.8 | - |
| YUV | 135.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 55 | 0 | 0.51 | 0.75 | 0.14 | 19.27 | 0.7 | 0.54 |
| Hex | DC | 6C | 37 | 0 | 33 | 4B | E | 13 | 46 | 36 |
| Octal | 334 | 154 | 67 | 0 | 63 | 113 | 16 | 23 | 106 | 66 |
| Binary | 11011100 | 1101100 | 110111 | 0 | 110011 | 1001011 | 1110 | 10011 | 1000110 | 110110 |
Color Harmonies of #DC6C37
Complementary color
Monochromatic Colors of #DC6C37
Black with #DC6C37
Text Example
Text Example
White with #DC6C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C37; }
p { color: rgb(220,108,55); }
H1.HeaderClassName
{
color: #DC6C37;
}
.AnyTagClassName
{
color: #DC6C37;
}
</style>
background-color css
<style>
a { background-color: #DC6C37; }
a { background-color: rgb(220,108,55); }
div.DivClassName
{
background-color: #DC6C37;
}
.BgClassName
{
background-color: #DC6C37;
}
</style>
border-color css
<style>
span { border-color: #DC6C37; }
span { border-color: rgb(220,108,55); }
td.TdClassName
{
border-color: #DC6C37;
}
.TagClassName
{
border-color: #DC6C37;
}
</style>