Shades of Sorbus #DC753A
Tints of Sorbus #DC753A
RGB
CMYK
RGB Variations
Color information
#DC753A (or 0xDC753A) is known color: Sorbus. HEX triplet: DC, 75 and 3A. RGB value is (220,117,58). Sum of RGB (Red+Green+Blue) = 220+117+58=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC753A is #238AC5. Grayscale: #8D8D8D. Windows color (decimal): -2329286 or 3831260. OLE color: 3831260.
HSL color Cylindrical-coordinate representation of color #DC753A: hue angle of 21.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC753A is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 58 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.14 |
| HSL | 21.85º | 0.7% | 0.55% | - |
| HSV(B) | 21.85º | 0.74% | 0.86% | - |
| XYZ | 36.64 | 28.24 | 7.52 | - |
| YUV | 141.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 58 | 0 | 0.47 | 0.74 | 0.14 | 21.85 | 0.7 | 0.55 |
| Hex | DC | 75 | 3A | 0 | 2F | 4A | E | 16 | 46 | 37 |
| Octal | 334 | 165 | 72 | 0 | 57 | 112 | 16 | 26 | 106 | 67 |
| Binary | 11011100 | 1110101 | 111010 | 0 | 101111 | 1001010 | 1110 | 10110 | 1000110 | 110111 |
Color Harmonies of #DC753A
Complementary color
Monochromatic Colors of #DC753A
Black with #DC753A
Text Example
Text Example
White with #DC753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC753A; }
p { color: rgb(220,117,58); }
H1.HeaderClassName
{
color: #DC753A;
}
.AnyTagClassName
{
color: #DC753A;
}
</style>
background-color css
<style>
a { background-color: #DC753A; }
a { background-color: rgb(220,117,58); }
div.DivClassName
{
background-color: #DC753A;
}
.BgClassName
{
background-color: #DC753A;
}
</style>
border-color css
<style>
span { border-color: #DC753A; }
span { border-color: rgb(220,117,58); }
td.TdClassName
{
border-color: #DC753A;
}
.TagClassName
{
border-color: #DC753A;
}
</style>