Shades of Sorbus #DC633E
Tints of Sorbus #DC633E
RGB
CMYK
RGB Variations
Color information
#DC633E (or 0xDC633E) is known color: Sorbus. HEX triplet: DC, 63 and 3E. RGB value is (220,99,62). Sum of RGB (Red+Green+Blue) = 220+99+62=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC633E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC633E is #239CC1. Grayscale: #838383. Windows color (decimal): -2333890 or 4088796. OLE color: 4088796.
HSL color Cylindrical-coordinate representation of color #DC633E: hue angle of 14.05º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC633E is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 62 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.14 |
| HSL | 14.05º | 0.69% | 0.55% | - |
| HSV(B) | 14.05º | 0.72% | 0.86% | - |
| XYZ | 34.85 | 24.49 | 7.45 | - |
| YUV | 130.96 | 89.09 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 62 | 0 | 0.55 | 0.72 | 0.14 | 14.05 | 0.69 | 0.55 |
| Hex | DC | 63 | 3E | 0 | 37 | 48 | E | E | 45 | 37 |
| Octal | 334 | 143 | 76 | 0 | 67 | 110 | 16 | 16 | 105 | 67 |
| Binary | 11011100 | 1100011 | 111110 | 0 | 110111 | 1001000 | 1110 | 1110 | 1000101 | 110111 |
Color Harmonies of #DC633E
Complementary color
Monochromatic Colors of #DC633E
Black with #DC633E
Text Example
Text Example
White with #DC633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC633E; }
p { color: rgb(220,99,62); }
H1.HeaderClassName
{
color: #DC633E;
}
.AnyTagClassName
{
color: #DC633E;
}
</style>
background-color css
<style>
a { background-color: #DC633E; }
a { background-color: rgb(220,99,62); }
div.DivClassName
{
background-color: #DC633E;
}
.BgClassName
{
background-color: #DC633E;
}
</style>
border-color css
<style>
span { border-color: #DC633E; }
span { border-color: rgb(220,99,62); }
td.TdClassName
{
border-color: #DC633E;
}
.TagClassName
{
border-color: #DC633E;
}
</style>