Shades of Sorbus #DC653E
Tints of Sorbus #DC653E
RGB
CMYK
RGB Variations
Color information
#DC653E (or 0xDC653E) is known color: Sorbus. HEX triplet: DC, 65 and 3E. RGB value is (220,101,62). Sum of RGB (Red+Green+Blue) = 220+101+62=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC653E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC653E is #239AC1. Grayscale: #848484. Windows color (decimal): -2333378 or 4089308. OLE color: 4089308.
HSL color Cylindrical-coordinate representation of color #DC653E: hue angle of 14.81º 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 #DC653E is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 62 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.14 |
| HSL | 14.81º | 0.69% | 0.55% | - |
| HSV(B) | 14.81º | 0.72% | 0.86% | - |
| XYZ | 35.04 | 24.87 | 7.51 | - |
| YUV | 132.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 62 | 0 | 0.54 | 0.72 | 0.14 | 14.81 | 0.69 | 0.55 |
| Hex | DC | 65 | 3E | 0 | 36 | 48 | E | F | 45 | 37 |
| Octal | 334 | 145 | 76 | 0 | 66 | 110 | 16 | 17 | 105 | 67 |
| Binary | 11011100 | 1100101 | 111110 | 0 | 110110 | 1001000 | 1110 | 1111 | 1000101 | 110111 |
Color Harmonies of #DC653E
Complementary color
Monochromatic Colors of #DC653E
Black with #DC653E
Text Example
Text Example
White with #DC653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC653E; }
p { color: rgb(220,101,62); }
H1.HeaderClassName
{
color: #DC653E;
}
.AnyTagClassName
{
color: #DC653E;
}
</style>
background-color css
<style>
a { background-color: #DC653E; }
a { background-color: rgb(220,101,62); }
div.DivClassName
{
background-color: #DC653E;
}
.BgClassName
{
background-color: #DC653E;
}
</style>
border-color css
<style>
span { border-color: #DC653E; }
span { border-color: rgb(220,101,62); }
td.TdClassName
{
border-color: #DC653E;
}
.TagClassName
{
border-color: #DC653E;
}
</style>