Shades of Sorbus #DC6C46
Tints of Sorbus #DC6C46
RGB
CMYK
RGB Variations
Color information
#DC6C46 (or 0xDC6C46) is known color: Sorbus. HEX triplet: DC, 6C and 46. RGB value is (220,108,70). Sum of RGB (Red+Green+Blue) = 220+108+70=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C46 is #2393B9. Grayscale: #898989. Windows color (decimal): -2331578 or 4615388. OLE color: 4615388.
HSL color Cylindrical-coordinate representation of color #DC6C46: hue angle of 15.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC6C46 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 70 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.14 |
| HSL | 15.2º | 0.68% | 0.57% | - |
| HSV(B) | 15.2º | 0.68% | 0.86% | - |
| XYZ | 35.98 | 26.38 | 8.99 | - |
| YUV | 137.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 70 | 0 | 0.51 | 0.68 | 0.14 | 15.2 | 0.68 | 0.57 |
| Hex | DC | 6C | 46 | 0 | 33 | 44 | E | F | 44 | 39 |
| Octal | 334 | 154 | 106 | 0 | 63 | 104 | 16 | 17 | 104 | 71 |
| Binary | 11011100 | 1101100 | 1000110 | 0 | 110011 | 1000100 | 1110 | 1111 | 1000100 | 111001 |
Color Harmonies of #DC6C46
Complementary color
Monochromatic Colors of #DC6C46
Black with #DC6C46
Text Example
Text Example
White with #DC6C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C46; }
p { color: rgb(220,108,70); }
H1.HeaderClassName
{
color: #DC6C46;
}
.AnyTagClassName
{
color: #DC6C46;
}
</style>
background-color css
<style>
a { background-color: #DC6C46; }
a { background-color: rgb(220,108,70); }
div.DivClassName
{
background-color: #DC6C46;
}
.BgClassName
{
background-color: #DC6C46;
}
</style>
border-color css
<style>
span { border-color: #DC6C46; }
span { border-color: rgb(220,108,70); }
td.TdClassName
{
border-color: #DC6C46;
}
.TagClassName
{
border-color: #DC6C46;
}
</style>