Shades of Sorbus #DC6A37
Tints of Sorbus #DC6A37
RGB
CMYK
RGB Variations
Color information
#DC6A37 (or 0xDC6A37) is known color: Sorbus. HEX triplet: DC, 6A and 37. RGB value is (220,106,55). Sum of RGB (Red+Green+Blue) = 220+106+55=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A37 is #2395C8. Grayscale: #868686. Windows color (decimal): -2332105 or 3631836. OLE color: 3631836.
HSL color Cylindrical-coordinate representation of color #DC6A37: hue angle of 18.55º 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 #DC6A37 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 55 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.14 |
| HSL | 18.55º | 0.7% | 0.54% | - |
| HSV(B) | 18.55º | 0.75% | 0.86% | - |
| XYZ | 35.36 | 25.8 | 6.73 | - |
| YUV | 134.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 55 | 0 | 0.52 | 0.75 | 0.14 | 18.55 | 0.7 | 0.54 |
| Hex | DC | 6A | 37 | 0 | 34 | 4B | E | 13 | 46 | 36 |
| Octal | 334 | 152 | 67 | 0 | 64 | 113 | 16 | 23 | 106 | 66 |
| Binary | 11011100 | 1101010 | 110111 | 0 | 110100 | 1001011 | 1110 | 10011 | 1000110 | 110110 |
Color Harmonies of #DC6A37
Complementary color
Monochromatic Colors of #DC6A37
Black with #DC6A37
Text Example
Text Example
White with #DC6A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A37; }
p { color: rgb(220,106,55); }
H1.HeaderClassName
{
color: #DC6A37;
}
.AnyTagClassName
{
color: #DC6A37;
}
</style>
background-color css
<style>
a { background-color: #DC6A37; }
a { background-color: rgb(220,106,55); }
div.DivClassName
{
background-color: #DC6A37;
}
.BgClassName
{
background-color: #DC6A37;
}
</style>
border-color css
<style>
span { border-color: #DC6A37; }
span { border-color: rgb(220,106,55); }
td.TdClassName
{
border-color: #DC6A37;
}
.TagClassName
{
border-color: #DC6A37;
}
</style>