Shades of Sorbus #DC763A
Tints of Sorbus #DC763A
RGB
CMYK
RGB Variations
Color information
#DC763A (or 0xDC763A) is known color: Sorbus. HEX triplet: DC, 76 and 3A. RGB value is (220,118,58). Sum of RGB (Red+Green+Blue) = 220+118+58=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC763A is #2389C5. Grayscale: #8E8E8E. Windows color (decimal): -2329030 or 3831516. OLE color: 3831516.
HSL color Cylindrical-coordinate representation of color #DC763A: hue angle of 22.22º 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 #DC763A is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 58 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.14 |
| HSL | 22.22º | 0.7% | 0.55% | - |
| HSV(B) | 22.22º | 0.74% | 0.86% | - |
| XYZ | 36.76 | 28.48 | 7.56 | - |
| YUV | 141.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 58 | 0 | 0.46 | 0.74 | 0.14 | 22.22 | 0.7 | 0.55 |
| Hex | DC | 76 | 3A | 0 | 2E | 4A | E | 16 | 46 | 37 |
| Octal | 334 | 166 | 72 | 0 | 56 | 112 | 16 | 26 | 106 | 67 |
| Binary | 11011100 | 1110110 | 111010 | 0 | 101110 | 1001010 | 1110 | 10110 | 1000110 | 110111 |
Color Harmonies of #DC763A
Complementary color
Monochromatic Colors of #DC763A
Black with #DC763A
Text Example
Text Example
White with #DC763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC763A; }
p { color: rgb(220,118,58); }
H1.HeaderClassName
{
color: #DC763A;
}
.AnyTagClassName
{
color: #DC763A;
}
</style>
background-color css
<style>
a { background-color: #DC763A; }
a { background-color: rgb(220,118,58); }
div.DivClassName
{
background-color: #DC763A;
}
.BgClassName
{
background-color: #DC763A;
}
</style>
border-color css
<style>
span { border-color: #DC763A; }
span { border-color: rgb(220,118,58); }
td.TdClassName
{
border-color: #DC763A;
}
.TagClassName
{
border-color: #DC763A;
}
</style>