Shades of Sorbus #DC633C
Tints of Sorbus #DC633C
RGB
CMYK
RGB Variations
Color information
#DC633C (or 0xDC633C) is known color: Sorbus. HEX triplet: DC, 63 and 3C. RGB value is (220,99,60). Sum of RGB (Red+Green+Blue) = 220+99+60=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC633C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC633C is #239CC3. Grayscale: #838383. Windows color (decimal): -2333892 or 3957724. OLE color: 3957724.
HSL color Cylindrical-coordinate representation of color #DC633C: hue angle of 14.62º 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 #DC633C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 60 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.14 |
| HSL | 14.63º | 0.7% | 0.55% | - |
| HSV(B) | 14.63º | 0.73% | 0.86% | - |
| XYZ | 34.79 | 24.47 | 7.16 | - |
| YUV | 130.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 60 | 0 | 0.55 | 0.73 | 0.14 | 14.63 | 0.7 | 0.55 |
| Hex | DC | 63 | 3C | 0 | 37 | 49 | E | F | 46 | 37 |
| Octal | 334 | 143 | 74 | 0 | 67 | 111 | 16 | 17 | 106 | 67 |
| Binary | 11011100 | 1100011 | 111100 | 0 | 110111 | 1001001 | 1110 | 1111 | 1000110 | 110111 |
Color Harmonies of #DC633C
Complementary color
Monochromatic Colors of #DC633C
Black with #DC633C
Text Example
Text Example
White with #DC633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC633C; }
p { color: rgb(220,99,60); }
H1.HeaderClassName
{
color: #DC633C;
}
.AnyTagClassName
{
color: #DC633C;
}
</style>
background-color css
<style>
a { background-color: #DC633C; }
a { background-color: rgb(220,99,60); }
div.DivClassName
{
background-color: #DC633C;
}
.BgClassName
{
background-color: #DC633C;
}
</style>
border-color css
<style>
span { border-color: #DC633C; }
span { border-color: rgb(220,99,60); }
td.TdClassName
{
border-color: #DC633C;
}
.TagClassName
{
border-color: #DC633C;
}
</style>