Shades of Sorbus #DC663A
Tints of Sorbus #DC663A
RGB
CMYK
RGB Variations
Color information
#DC663A (or 0xDC663A) is known color: Sorbus. HEX triplet: DC, 66 and 3A. RGB value is (220,102,58). Sum of RGB (Red+Green+Blue) = 220+102+58=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC663A is #2399C5. Grayscale: #848484. Windows color (decimal): -2333126 or 3827420. OLE color: 3827420.
HSL color Cylindrical-coordinate representation of color #DC663A: hue angle of 16.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC663A is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 58 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.14 |
| HSL | 16.3º | 0.7% | 0.55% | - |
| HSV(B) | 16.3º | 0.74% | 0.86% | - |
| XYZ | 35.03 | 25.02 | 6.99 | - |
| YUV | 132.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 58 | 0 | 0.54 | 0.74 | 0.14 | 16.3 | 0.7 | 0.55 |
| Hex | DC | 66 | 3A | 0 | 36 | 4A | E | 10 | 46 | 37 |
| Octal | 334 | 146 | 72 | 0 | 66 | 112 | 16 | 20 | 106 | 67 |
| Binary | 11011100 | 1100110 | 111010 | 0 | 110110 | 1001010 | 1110 | 10000 | 1000110 | 110111 |
Color Harmonies of #DC663A
Complementary color
Monochromatic Colors of #DC663A
Black with #DC663A
Text Example
Text Example
White with #DC663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC663A; }
p { color: rgb(220,102,58); }
H1.HeaderClassName
{
color: #DC663A;
}
.AnyTagClassName
{
color: #DC663A;
}
</style>
background-color css
<style>
a { background-color: #DC663A; }
a { background-color: rgb(220,102,58); }
div.DivClassName
{
background-color: #DC663A;
}
.BgClassName
{
background-color: #DC663A;
}
</style>
border-color css
<style>
span { border-color: #DC663A; }
span { border-color: rgb(220,102,58); }
td.TdClassName
{
border-color: #DC663A;
}
.TagClassName
{
border-color: #DC663A;
}
</style>