Shades of Sorbus #DC6234
Tints of Sorbus #DC6234
RGB
CMYK
RGB Variations
Color information
#DC6234 (or 0xDC6234) is known color: Sorbus. HEX triplet: DC, 62 and 34. RGB value is (220,98,52). Sum of RGB (Red+Green+Blue) = 220+98+52=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6234 is #239DCB. Grayscale: #818181. Windows color (decimal): -2334156 or 3433180. OLE color: 3433180.
HSL color Cylindrical-coordinate representation of color #DC6234: hue angle of 16.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC6234 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 52 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.14 |
| HSL | 16.43º | 0.71% | 0.53% | - |
| HSV(B) | 16.43º | 0.76% | 0.86% | - |
| XYZ | 34.5 | 24.2 | 6.1 | - |
| YUV | 129.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 52 | 0 | 0.55 | 0.76 | 0.14 | 16.43 | 0.71 | 0.53 |
| Hex | DC | 62 | 34 | 0 | 37 | 4C | E | 10 | 47 | 35 |
| Octal | 334 | 142 | 64 | 0 | 67 | 114 | 16 | 20 | 107 | 65 |
| Binary | 11011100 | 1100010 | 110100 | 0 | 110111 | 1001100 | 1110 | 10000 | 1000111 | 110101 |
Color Harmonies of #DC6234
Complementary color
Monochromatic Colors of #DC6234
Black with #DC6234
Text Example
Text Example
White with #DC6234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6234; }
p { color: rgb(220,98,52); }
H1.HeaderClassName
{
color: #DC6234;
}
.AnyTagClassName
{
color: #DC6234;
}
</style>
background-color css
<style>
a { background-color: #DC6234; }
a { background-color: rgb(220,98,52); }
div.DivClassName
{
background-color: #DC6234;
}
.BgClassName
{
background-color: #DC6234;
}
</style>
border-color css
<style>
span { border-color: #DC6234; }
span { border-color: rgb(220,98,52); }
td.TdClassName
{
border-color: #DC6234;
}
.TagClassName
{
border-color: #DC6234;
}
</style>