Shades of Sorbus #DC6D3C
Tints of Sorbus #DC6D3C
RGB
CMYK
RGB Variations
Color information
#DC6D3C (or 0xDC6D3C) is known color: Sorbus. HEX triplet: DC, 6D and 3C. RGB value is (220,109,60). Sum of RGB (Red+Green+Blue) = 220+109+60=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D3C is #2392C3. Grayscale: #888888. Windows color (decimal): -2331332 or 3960284. OLE color: 3960284.
HSL color Cylindrical-coordinate representation of color #DC6D3C: hue angle of 18.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC6D3C is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 60 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.14 |
| HSL | 18.38º | 0.7% | 0.55% | - |
| HSV(B) | 18.38º | 0.73% | 0.86% | - |
| XYZ | 35.8 | 26.48 | 7.5 | - |
| YUV | 136.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 60 | 0 | 0.50 | 0.73 | 0.14 | 18.38 | 0.7 | 0.55 |
| Hex | DC | 6D | 3C | 0 | 32 | 49 | E | 12 | 46 | 37 |
| Octal | 334 | 155 | 74 | 0 | 62 | 111 | 16 | 22 | 106 | 67 |
| Binary | 11011100 | 1101101 | 111100 | 0 | 110010 | 1001001 | 1110 | 10010 | 1000110 | 110111 |
Color Harmonies of #DC6D3C
Complementary color
Monochromatic Colors of #DC6D3C
Black with #DC6D3C
Text Example
Text Example
White with #DC6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D3C; }
p { color: rgb(220,109,60); }
H1.HeaderClassName
{
color: #DC6D3C;
}
.AnyTagClassName
{
color: #DC6D3C;
}
</style>
background-color css
<style>
a { background-color: #DC6D3C; }
a { background-color: rgb(220,109,60); }
div.DivClassName
{
background-color: #DC6D3C;
}
.BgClassName
{
background-color: #DC6D3C;
}
</style>
border-color css
<style>
span { border-color: #DC6D3C; }
span { border-color: rgb(220,109,60); }
td.TdClassName
{
border-color: #DC6D3C;
}
.TagClassName
{
border-color: #DC6D3C;
}
</style>