Shades of Sorbus #DC6C3A
Tints of Sorbus #DC6C3A
RGB
CMYK
RGB Variations
Color information
#DC6C3A (or 0xDC6C3A) is known color: Sorbus. HEX triplet: DC, 6C and 3A. RGB value is (220,108,58). Sum of RGB (Red+Green+Blue) = 220+108+58=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C3A is #2393C5. Grayscale: #888888. Windows color (decimal): -2331590 or 3828956. OLE color: 3828956.
HSL color Cylindrical-coordinate representation of color #DC6C3A: hue angle of 18.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC6C3A is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 58 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.14 |
| HSL | 18.52º | 0.7% | 0.55% | - |
| HSV(B) | 18.52º | 0.74% | 0.86% | - |
| XYZ | 35.64 | 26.25 | 7.19 | - |
| YUV | 135.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 58 | 0 | 0.51 | 0.74 | 0.14 | 18.52 | 0.7 | 0.55 |
| Hex | DC | 6C | 3A | 0 | 33 | 4A | E | 13 | 46 | 37 |
| Octal | 334 | 154 | 72 | 0 | 63 | 112 | 16 | 23 | 106 | 67 |
| Binary | 11011100 | 1101100 | 111010 | 0 | 110011 | 1001010 | 1110 | 10011 | 1000110 | 110111 |
Color Harmonies of #DC6C3A
Complementary color
Monochromatic Colors of #DC6C3A
Black with #DC6C3A
Text Example
Text Example
White with #DC6C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C3A; }
p { color: rgb(220,108,58); }
H1.HeaderClassName
{
color: #DC6C3A;
}
.AnyTagClassName
{
color: #DC6C3A;
}
</style>
background-color css
<style>
a { background-color: #DC6C3A; }
a { background-color: rgb(220,108,58); }
div.DivClassName
{
background-color: #DC6C3A;
}
.BgClassName
{
background-color: #DC6C3A;
}
</style>
border-color css
<style>
span { border-color: #DC6C3A; }
span { border-color: rgb(220,108,58); }
td.TdClassName
{
border-color: #DC6C3A;
}
.TagClassName
{
border-color: #DC6C3A;
}
</style>