Shades of Sorbus #DC663D
Tints of Sorbus #DC663D
RGB
CMYK
RGB Variations
Color information
#DC663D (or 0xDC663D) is known color: Sorbus. HEX triplet: DC, 66 and 3D. RGB value is (220,102,61). Sum of RGB (Red+Green+Blue) = 220+102+61=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC663D is #2399C2. Grayscale: #848484. Windows color (decimal): -2333123 or 4024028. OLE color: 4024028.
HSL color Cylindrical-coordinate representation of color #DC663D: hue angle of 15.47º 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 #DC663D is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 61 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.14 |
| HSL | 15.47º | 0.69% | 0.55% | - |
| HSV(B) | 15.47º | 0.72% | 0.86% | - |
| XYZ | 35.11 | 25.06 | 7.4 | - |
| YUV | 132.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 61 | 0 | 0.54 | 0.72 | 0.14 | 15.47 | 0.69 | 0.55 |
| Hex | DC | 66 | 3D | 0 | 36 | 48 | E | F | 45 | 37 |
| Octal | 334 | 146 | 75 | 0 | 66 | 110 | 16 | 17 | 105 | 67 |
| Binary | 11011100 | 1100110 | 111101 | 0 | 110110 | 1001000 | 1110 | 1111 | 1000101 | 110111 |
Color Harmonies of #DC663D
Complementary color
Monochromatic Colors of #DC663D
Black with #DC663D
Text Example
Text Example
White with #DC663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC663D; }
p { color: rgb(220,102,61); }
H1.HeaderClassName
{
color: #DC663D;
}
.AnyTagClassName
{
color: #DC663D;
}
</style>
background-color css
<style>
a { background-color: #DC663D; }
a { background-color: rgb(220,102,61); }
div.DivClassName
{
background-color: #DC663D;
}
.BgClassName
{
background-color: #DC663D;
}
</style>
border-color css
<style>
span { border-color: #DC663D; }
span { border-color: rgb(220,102,61); }
td.TdClassName
{
border-color: #DC663D;
}
.TagClassName
{
border-color: #DC663D;
}
</style>