Shades of Sorbus #DC6543
Tints of Sorbus #DC6543
RGB
CMYK
RGB Variations
Color information
#DC6543 (or 0xDC6543) is known color: Sorbus. HEX triplet: DC, 65 and 43. RGB value is (220,101,67). Sum of RGB (Red+Green+Blue) = 220+101+67=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6543 is #239ABC. Grayscale: #848484. Windows color (decimal): -2333373 or 4416988. OLE color: 4416988.
HSL color Cylindrical-coordinate representation of color #DC6543: hue angle of 13.33º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC6543 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 67 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.14 |
| HSL | 13.33º | 0.69% | 0.56% | - |
| HSV(B) | 13.33º | 0.7% | 0.86% | - |
| XYZ | 35.18 | 24.93 | 8.27 | - |
| YUV | 132.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 67 | 0 | 0.54 | 0.70 | 0.14 | 13.33 | 0.69 | 0.56 |
| Hex | DC | 65 | 43 | 0 | 36 | 46 | E | D | 45 | 38 |
| Octal | 334 | 145 | 103 | 0 | 66 | 106 | 16 | 15 | 105 | 70 |
| Binary | 11011100 | 1100101 | 1000011 | 0 | 110110 | 1000110 | 1110 | 1101 | 1000101 | 111000 |
Color Harmonies of #DC6543
Complementary color
Monochromatic Colors of #DC6543
Black with #DC6543
Text Example
Text Example
White with #DC6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6543; }
p { color: rgb(220,101,67); }
H1.HeaderClassName
{
color: #DC6543;
}
.AnyTagClassName
{
color: #DC6543;
}
</style>
background-color css
<style>
a { background-color: #DC6543; }
a { background-color: rgb(220,101,67); }
div.DivClassName
{
background-color: #DC6543;
}
.BgClassName
{
background-color: #DC6543;
}
</style>
border-color css
<style>
span { border-color: #DC6543; }
span { border-color: rgb(220,101,67); }
td.TdClassName
{
border-color: #DC6543;
}
.TagClassName
{
border-color: #DC6543;
}
</style>