Shades of Sorbus #DC6A3B
Tints of Sorbus #DC6A3B
RGB
CMYK
RGB Variations
Color information
#DC6A3B (or 0xDC6A3B) is known color: Sorbus. HEX triplet: DC, 6A and 3B. RGB value is (220,106,59). Sum of RGB (Red+Green+Blue) = 220+106+59=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A3B is #2395C4. Grayscale: #878787. Windows color (decimal): -2332101 or 3893980. OLE color: 3893980.
HSL color Cylindrical-coordinate representation of color #DC6A3B: hue angle of 17.52º 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 #DC6A3B is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 59 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.14 |
| HSL | 17.52º | 0.7% | 0.55% | - |
| HSV(B) | 17.52º | 0.73% | 0.86% | - |
| XYZ | 35.46 | 25.84 | 7.26 | - |
| YUV | 134.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 59 | 0 | 0.52 | 0.73 | 0.14 | 17.52 | 0.7 | 0.55 |
| Hex | DC | 6A | 3B | 0 | 34 | 49 | E | 12 | 46 | 37 |
| Octal | 334 | 152 | 73 | 0 | 64 | 111 | 16 | 22 | 106 | 67 |
| Binary | 11011100 | 1101010 | 111011 | 0 | 110100 | 1001001 | 1110 | 10010 | 1000110 | 110111 |
Color Harmonies of #DC6A3B
Complementary color
Monochromatic Colors of #DC6A3B
Black with #DC6A3B
Text Example
Text Example
White with #DC6A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A3B; }
p { color: rgb(220,106,59); }
H1.HeaderClassName
{
color: #DC6A3B;
}
.AnyTagClassName
{
color: #DC6A3B;
}
</style>
background-color css
<style>
a { background-color: #DC6A3B; }
a { background-color: rgb(220,106,59); }
div.DivClassName
{
background-color: #DC6A3B;
}
.BgClassName
{
background-color: #DC6A3B;
}
</style>
border-color css
<style>
span { border-color: #DC6A3B; }
span { border-color: rgb(220,106,59); }
td.TdClassName
{
border-color: #DC6A3B;
}
.TagClassName
{
border-color: #DC6A3B;
}
</style>