Shades of Sorbus #DC6332
Tints of Sorbus #DC6332
RGB
CMYK
RGB Variations
Color information
#DC6332 (or 0xDC6332) is known color: Sorbus. HEX triplet: DC, 63 and 32. RGB value is (220,99,50). Sum of RGB (Red+Green+Blue) = 220+99+50=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6332 is #239CCD. Grayscale: #818181. Windows color (decimal): -2333902 or 3302364. OLE color: 3302364.
HSL color Cylindrical-coordinate representation of color #DC6332: hue angle of 17.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC6332 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 50 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.14 |
| HSL | 17.29º | 0.71% | 0.53% | - |
| HSV(B) | 17.29º | 0.77% | 0.86% | - |
| XYZ | 34.55 | 24.37 | 5.9 | - |
| YUV | 129.59 | 83.09 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 50 | 0 | 0.55 | 0.77 | 0.14 | 17.29 | 0.71 | 0.53 |
| Hex | DC | 63 | 32 | 0 | 37 | 4D | E | 11 | 47 | 35 |
| Octal | 334 | 143 | 62 | 0 | 67 | 115 | 16 | 21 | 107 | 65 |
| Binary | 11011100 | 1100011 | 110010 | 0 | 110111 | 1001101 | 1110 | 10001 | 1000111 | 110101 |
Color Harmonies of #DC6332
Complementary color
Monochromatic Colors of #DC6332
Black with #DC6332
Text Example
Text Example
White with #DC6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6332; }
p { color: rgb(220,99,50); }
H1.HeaderClassName
{
color: #DC6332;
}
.AnyTagClassName
{
color: #DC6332;
}
</style>
background-color css
<style>
a { background-color: #DC6332; }
a { background-color: rgb(220,99,50); }
div.DivClassName
{
background-color: #DC6332;
}
.BgClassName
{
background-color: #DC6332;
}
</style>
border-color css
<style>
span { border-color: #DC6332; }
span { border-color: rgb(220,99,50); }
td.TdClassName
{
border-color: #DC6332;
}
.TagClassName
{
border-color: #DC6332;
}
</style>