Shades of Sorbus #DC6D3E
Tints of Sorbus #DC6D3E
RGB
CMYK
RGB Variations
Color information
#DC6D3E (or 0xDC6D3E) is known color: Sorbus. HEX triplet: DC, 6D and 3E. RGB value is (220,109,62). Sum of RGB (Red+Green+Blue) = 220+109+62=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D3E is #2392C1. Grayscale: #898989. Windows color (decimal): -2331330 or 4091356. OLE color: 4091356.
HSL color Cylindrical-coordinate representation of color #DC6D3E: hue angle of 17.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC6D3E is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 62 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.14 |
| HSL | 17.85º | 0.69% | 0.55% | - |
| HSV(B) | 17.85º | 0.72% | 0.86% | - |
| XYZ | 35.85 | 26.5 | 7.78 | - |
| YUV | 136.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 62 | 0 | 0.50 | 0.72 | 0.14 | 17.85 | 0.69 | 0.55 |
| Hex | DC | 6D | 3E | 0 | 32 | 48 | E | 12 | 45 | 37 |
| Octal | 334 | 155 | 76 | 0 | 62 | 110 | 16 | 22 | 105 | 67 |
| Binary | 11011100 | 1101101 | 111110 | 0 | 110010 | 1001000 | 1110 | 10010 | 1000101 | 110111 |
Color Harmonies of #DC6D3E
Complementary color
Monochromatic Colors of #DC6D3E
Black with #DC6D3E
Text Example
Text Example
White with #DC6D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D3E; }
p { color: rgb(220,109,62); }
H1.HeaderClassName
{
color: #DC6D3E;
}
.AnyTagClassName
{
color: #DC6D3E;
}
</style>
background-color css
<style>
a { background-color: #DC6D3E; }
a { background-color: rgb(220,109,62); }
div.DivClassName
{
background-color: #DC6D3E;
}
.BgClassName
{
background-color: #DC6D3E;
}
</style>
border-color css
<style>
span { border-color: #DC6D3E; }
span { border-color: rgb(220,109,62); }
td.TdClassName
{
border-color: #DC6D3E;
}
.TagClassName
{
border-color: #DC6D3E;
}
</style>