Shades of Sorbus #DC6A36
Tints of Sorbus #DC6A36
RGB
CMYK
RGB Variations
Color information
#DC6A36 (or 0xDC6A36) is known color: Sorbus. HEX triplet: DC, 6A and 36. RGB value is (220,106,54). Sum of RGB (Red+Green+Blue) = 220+106+54=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A36 is #2395C9. Grayscale: #868686. Windows color (decimal): -2332106 or 3566300. OLE color: 3566300.
HSL color Cylindrical-coordinate representation of color #DC6A36: hue angle of 18.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC6A36 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 54 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.14 |
| HSL | 18.8º | 0.7% | 0.54% | - |
| HSV(B) | 18.8º | 0.75% | 0.86% | - |
| XYZ | 35.34 | 25.79 | 6.61 | - |
| YUV | 134.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 54 | 0 | 0.52 | 0.75 | 0.14 | 18.8 | 0.7 | 0.54 |
| Hex | DC | 6A | 36 | 0 | 34 | 4B | E | 13 | 46 | 36 |
| Octal | 334 | 152 | 66 | 0 | 64 | 113 | 16 | 23 | 106 | 66 |
| Binary | 11011100 | 1101010 | 110110 | 0 | 110100 | 1001011 | 1110 | 10011 | 1000110 | 110110 |
Color Harmonies of #DC6A36
Complementary color
Monochromatic Colors of #DC6A36
Black with #DC6A36
Text Example
Text Example
White with #DC6A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A36; }
p { color: rgb(220,106,54); }
H1.HeaderClassName
{
color: #DC6A36;
}
.AnyTagClassName
{
color: #DC6A36;
}
</style>
background-color css
<style>
a { background-color: #DC6A36; }
a { background-color: rgb(220,106,54); }
div.DivClassName
{
background-color: #DC6A36;
}
.BgClassName
{
background-color: #DC6A36;
}
</style>
border-color css
<style>
span { border-color: #DC6A36; }
span { border-color: rgb(220,106,54); }
td.TdClassName
{
border-color: #DC6A36;
}
.TagClassName
{
border-color: #DC6A36;
}
</style>