Shades of Sorbus #DC6636
Tints of Sorbus #DC6636
RGB
CMYK
RGB Variations
Color information
#DC6636 (or 0xDC6636) is known color: Sorbus. HEX triplet: DC, 66 and 36. RGB value is (220,102,54). Sum of RGB (Red+Green+Blue) = 220+102+54=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6636 is #2399C9. Grayscale: #848484. Windows color (decimal): -2333130 or 3565276. OLE color: 3565276.
HSL color Cylindrical-coordinate representation of color #DC6636: hue angle of 17.35º 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 #DC6636 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 54 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.14 |
| HSL | 17.35º | 0.7% | 0.54% | - |
| HSV(B) | 17.35º | 0.75% | 0.86% | - |
| XYZ | 34.93 | 24.98 | 6.47 | - |
| YUV | 131.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 54 | 0 | 0.54 | 0.75 | 0.14 | 17.35 | 0.7 | 0.54 |
| Hex | DC | 66 | 36 | 0 | 36 | 4B | E | 11 | 46 | 36 |
| Octal | 334 | 146 | 66 | 0 | 66 | 113 | 16 | 21 | 106 | 66 |
| Binary | 11011100 | 1100110 | 110110 | 0 | 110110 | 1001011 | 1110 | 10001 | 1000110 | 110110 |
Color Harmonies of #DC6636
Complementary color
Monochromatic Colors of #DC6636
Black with #DC6636
Text Example
Text Example
White with #DC6636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6636; }
p { color: rgb(220,102,54); }
H1.HeaderClassName
{
color: #DC6636;
}
.AnyTagClassName
{
color: #DC6636;
}
</style>
background-color css
<style>
a { background-color: #DC6636; }
a { background-color: rgb(220,102,54); }
div.DivClassName
{
background-color: #DC6636;
}
.BgClassName
{
background-color: #DC6636;
}
</style>
border-color css
<style>
span { border-color: #DC6636; }
span { border-color: rgb(220,102,54); }
td.TdClassName
{
border-color: #DC6636;
}
.TagClassName
{
border-color: #DC6636;
}
</style>