Shades of Sorbus #DC6435
Tints of Sorbus #DC6435
RGB
CMYK
RGB Variations
Color information
#DC6435 (or 0xDC6435) is known color: Sorbus. HEX triplet: DC, 64 and 35. RGB value is (220,100,53). Sum of RGB (Red+Green+Blue) = 220+100+53=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6435 is #239BCA. Grayscale: #828282. Windows color (decimal): -2333643 or 3499228. OLE color: 3499228.
HSL color Cylindrical-coordinate representation of color #DC6435: hue angle of 16.89º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC6435 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 53 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.14 |
| HSL | 16.89º | 0.7% | 0.54% | - |
| HSV(B) | 16.89º | 0.76% | 0.86% | - |
| XYZ | 34.71 | 24.59 | 6.28 | - |
| YUV | 130.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 53 | 0 | 0.55 | 0.76 | 0.14 | 16.89 | 0.7 | 0.54 |
| Hex | DC | 64 | 35 | 0 | 37 | 4C | E | 11 | 46 | 36 |
| Octal | 334 | 144 | 65 | 0 | 67 | 114 | 16 | 21 | 106 | 66 |
| Binary | 11011100 | 1100100 | 110101 | 0 | 110111 | 1001100 | 1110 | 10001 | 1000110 | 110110 |
Color Harmonies of #DC6435
Complementary color
Monochromatic Colors of #DC6435
Black with #DC6435
Text Example
Text Example
White with #DC6435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6435; }
p { color: rgb(220,100,53); }
H1.HeaderClassName
{
color: #DC6435;
}
.AnyTagClassName
{
color: #DC6435;
}
</style>
background-color css
<style>
a { background-color: #DC6435; }
a { background-color: rgb(220,100,53); }
div.DivClassName
{
background-color: #DC6435;
}
.BgClassName
{
background-color: #DC6435;
}
</style>
border-color css
<style>
span { border-color: #DC6435; }
span { border-color: rgb(220,100,53); }
td.TdClassName
{
border-color: #DC6435;
}
.TagClassName
{
border-color: #DC6435;
}
</style>