Shades of Sorbus #DC6831
Tints of Sorbus #DC6831
RGB
CMYK
RGB Variations
Color information
#DC6831 (or 0xDC6831) is known color: Sorbus. HEX triplet: DC, 68 and 31. RGB value is (220,104,49). Sum of RGB (Red+Green+Blue) = 220+104+49=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6831 is #2397CE. Grayscale: #848484. Windows color (decimal): -2332623 or 3238108. OLE color: 3238108.
HSL color Cylindrical-coordinate representation of color #DC6831: hue angle of 19.3º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC6831 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 49 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.14 |
| HSL | 19.3º | 0.71% | 0.53% | - |
| HSV(B) | 19.3º | 0.78% | 0.86% | - |
| XYZ | 35.02 | 25.34 | 5.95 | - |
| YUV | 132.41 | 80.93 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 49 | 0 | 0.53 | 0.78 | 0.14 | 19.3 | 0.71 | 0.53 |
| Hex | DC | 68 | 31 | 0 | 35 | 4E | E | 13 | 47 | 35 |
| Octal | 334 | 150 | 61 | 0 | 65 | 116 | 16 | 23 | 107 | 65 |
| Binary | 11011100 | 1101000 | 110001 | 0 | 110101 | 1001110 | 1110 | 10011 | 1000111 | 110101 |
Color Harmonies of #DC6831
Complementary color
Monochromatic Colors of #DC6831
Black with #DC6831
Text Example
Text Example
White with #DC6831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6831; }
p { color: rgb(220,104,49); }
H1.HeaderClassName
{
color: #DC6831;
}
.AnyTagClassName
{
color: #DC6831;
}
</style>
background-color css
<style>
a { background-color: #DC6831; }
a { background-color: rgb(220,104,49); }
div.DivClassName
{
background-color: #DC6831;
}
.BgClassName
{
background-color: #DC6831;
}
</style>
border-color css
<style>
span { border-color: #DC6831; }
span { border-color: rgb(220,104,49); }
td.TdClassName
{
border-color: #DC6831;
}
.TagClassName
{
border-color: #DC6831;
}
</style>