Shades of Sorbus #DC663B
Tints of Sorbus #DC663B
RGB
CMYK
RGB Variations
Color information
#DC663B (or 0xDC663B) is known color: Sorbus. HEX triplet: DC, 66 and 3B. RGB value is (220,102,59). Sum of RGB (Red+Green+Blue) = 220+102+59=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC663B is #2399C4. Grayscale: #848484. Windows color (decimal): -2333125 or 3892956. OLE color: 3892956.
HSL color Cylindrical-coordinate representation of color #DC663B: hue angle of 16.02º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC663B is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 59 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.14 |
| HSL | 16.02º | 0.7% | 0.55% | - |
| HSV(B) | 16.02º | 0.73% | 0.86% | - |
| XYZ | 35.06 | 25.03 | 7.12 | - |
| YUV | 132.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 59 | 0 | 0.54 | 0.73 | 0.14 | 16.02 | 0.7 | 0.55 |
| Hex | DC | 66 | 3B | 0 | 36 | 49 | E | 10 | 46 | 37 |
| Octal | 334 | 146 | 73 | 0 | 66 | 111 | 16 | 20 | 106 | 67 |
| Binary | 11011100 | 1100110 | 111011 | 0 | 110110 | 1001001 | 1110 | 10000 | 1000110 | 110111 |
Color Harmonies of #DC663B
Complementary color
Monochromatic Colors of #DC663B
Black with #DC663B
Text Example
Text Example
White with #DC663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC663B; }
p { color: rgb(220,102,59); }
H1.HeaderClassName
{
color: #DC663B;
}
.AnyTagClassName
{
color: #DC663B;
}
</style>
background-color css
<style>
a { background-color: #DC663B; }
a { background-color: rgb(220,102,59); }
div.DivClassName
{
background-color: #DC663B;
}
.BgClassName
{
background-color: #DC663B;
}
</style>
border-color css
<style>
span { border-color: #DC663B; }
span { border-color: rgb(220,102,59); }
td.TdClassName
{
border-color: #DC663B;
}
.TagClassName
{
border-color: #DC663B;
}
</style>