Shades of Sorbus #DC6432
Tints of Sorbus #DC6432
RGB
CMYK
RGB Variations
Color information
#DC6432 (or 0xDC6432) is known color: Sorbus. HEX triplet: DC, 64 and 32. RGB value is (220,100,50). Sum of RGB (Red+Green+Blue) = 220+100+50=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6432 is #239BCD. Grayscale: #828282. Windows color (decimal): -2333646 or 3302620. OLE color: 3302620.
HSL color Cylindrical-coordinate representation of color #DC6432: hue angle of 17.65º 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 #DC6432 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 50 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.14 |
| HSL | 17.65º | 0.71% | 0.53% | - |
| HSV(B) | 17.65º | 0.77% | 0.86% | - |
| XYZ | 34.65 | 24.56 | 5.93 | - |
| YUV | 130.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 50 | 0 | 0.55 | 0.77 | 0.14 | 17.65 | 0.71 | 0.53 |
| Hex | DC | 64 | 32 | 0 | 37 | 4D | E | 12 | 47 | 35 |
| Octal | 334 | 144 | 62 | 0 | 67 | 115 | 16 | 22 | 107 | 65 |
| Binary | 11011100 | 1100100 | 110010 | 0 | 110111 | 1001101 | 1110 | 10010 | 1000111 | 110101 |
Color Harmonies of #DC6432
Complementary color
Monochromatic Colors of #DC6432
Black with #DC6432
Text Example
Text Example
White with #DC6432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6432; }
p { color: rgb(220,100,50); }
H1.HeaderClassName
{
color: #DC6432;
}
.AnyTagClassName
{
color: #DC6432;
}
</style>
background-color css
<style>
a { background-color: #DC6432; }
a { background-color: rgb(220,100,50); }
div.DivClassName
{
background-color: #DC6432;
}
.BgClassName
{
background-color: #DC6432;
}
</style>
border-color css
<style>
span { border-color: #DC6432; }
span { border-color: rgb(220,100,50); }
td.TdClassName
{
border-color: #DC6432;
}
.TagClassName
{
border-color: #DC6432;
}
</style>