Shades of Sorbus #DC6330
Tints of Sorbus #DC6330
RGB
CMYK
RGB Variations
Color information
#DC6330 (or 0xDC6330) is known color: Sorbus. HEX triplet: DC, 63 and 30. RGB value is (220,99,48). Sum of RGB (Red+Green+Blue) = 220+99+48=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6330 is #239CCF. Grayscale: #818181. Windows color (decimal): -2333904 or 3171292. OLE color: 3171292.
HSL color Cylindrical-coordinate representation of color #DC6330: hue angle of 17.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC6330 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 48 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.14 |
| HSL | 17.79º | 0.71% | 0.53% | - |
| HSV(B) | 17.79º | 0.78% | 0.86% | - |
| XYZ | 34.51 | 24.35 | 5.68 | - |
| YUV | 129.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 48 | 0 | 0.55 | 0.78 | 0.14 | 17.79 | 0.71 | 0.53 |
| Hex | DC | 63 | 30 | 0 | 37 | 4E | E | 12 | 47 | 35 |
| Octal | 334 | 143 | 60 | 0 | 67 | 116 | 16 | 22 | 107 | 65 |
| Binary | 11011100 | 1100011 | 110000 | 0 | 110111 | 1001110 | 1110 | 10010 | 1000111 | 110101 |
Color Harmonies of #DC6330
Complementary color
Monochromatic Colors of #DC6330
Black with #DC6330
Text Example
Text Example
White with #DC6330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6330; }
p { color: rgb(220,99,48); }
H1.HeaderClassName
{
color: #DC6330;
}
.AnyTagClassName
{
color: #DC6330;
}
</style>
background-color css
<style>
a { background-color: #DC6330; }
a { background-color: rgb(220,99,48); }
div.DivClassName
{
background-color: #DC6330;
}
.BgClassName
{
background-color: #DC6330;
}
</style>
border-color css
<style>
span { border-color: #DC6330; }
span { border-color: rgb(220,99,48); }
td.TdClassName
{
border-color: #DC6330;
}
.TagClassName
{
border-color: #DC6330;
}
</style>