Shades of Sorbus #DC6737
Tints of Sorbus #DC6737
RGB
CMYK
RGB Variations
Color information
#DC6737 (or 0xDC6737) is known color: Sorbus. HEX triplet: DC, 67 and 37. RGB value is (220,103,55). Sum of RGB (Red+Green+Blue) = 220+103+55=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6737 is #2398C8. Grayscale: #848484. Windows color (decimal): -2332873 or 3631068. OLE color: 3631068.
HSL color Cylindrical-coordinate representation of color #DC6737: hue angle of 17.45º 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 #DC6737 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 55 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.14 |
| HSL | 17.45º | 0.7% | 0.54% | - |
| HSV(B) | 17.45º | 0.75% | 0.86% | - |
| XYZ | 35.06 | 25.19 | 6.63 | - |
| YUV | 132.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 55 | 0 | 0.53 | 0.75 | 0.14 | 17.45 | 0.7 | 0.54 |
| Hex | DC | 67 | 37 | 0 | 35 | 4B | E | 11 | 46 | 36 |
| Octal | 334 | 147 | 67 | 0 | 65 | 113 | 16 | 21 | 106 | 66 |
| Binary | 11011100 | 1100111 | 110111 | 0 | 110101 | 1001011 | 1110 | 10001 | 1000110 | 110110 |
Color Harmonies of #DC6737
Complementary color
Monochromatic Colors of #DC6737
Black with #DC6737
Text Example
Text Example
White with #DC6737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6737; }
p { color: rgb(220,103,55); }
H1.HeaderClassName
{
color: #DC6737;
}
.AnyTagClassName
{
color: #DC6737;
}
</style>
background-color css
<style>
a { background-color: #DC6737; }
a { background-color: rgb(220,103,55); }
div.DivClassName
{
background-color: #DC6737;
}
.BgClassName
{
background-color: #DC6737;
}
</style>
border-color css
<style>
span { border-color: #DC6737; }
span { border-color: rgb(220,103,55); }
td.TdClassName
{
border-color: #DC6737;
}
.TagClassName
{
border-color: #DC6737;
}
</style>