Shades of Sorbus #DC6B3A
Tints of Sorbus #DC6B3A
RGB
CMYK
RGB Variations
Color information
#DC6B3A (or 0xDC6B3A) is known color: Sorbus. HEX triplet: DC, 6B and 3A. RGB value is (220,107,58). Sum of RGB (Red+Green+Blue) = 220+107+58=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B3A is #2394C5. Grayscale: #878787. Windows color (decimal): -2331846 or 3828700. OLE color: 3828700.
HSL color Cylindrical-coordinate representation of color #DC6B3A: hue angle of 18.15º 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 #DC6B3A is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 58 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.14 |
| HSL | 18.15º | 0.7% | 0.55% | - |
| HSV(B) | 18.15º | 0.74% | 0.86% | - |
| XYZ | 35.54 | 26.04 | 7.16 | - |
| YUV | 135.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 58 | 0 | 0.51 | 0.74 | 0.14 | 18.15 | 0.7 | 0.55 |
| Hex | DC | 6B | 3A | 0 | 33 | 4A | E | 12 | 46 | 37 |
| Octal | 334 | 153 | 72 | 0 | 63 | 112 | 16 | 22 | 106 | 67 |
| Binary | 11011100 | 1101011 | 111010 | 0 | 110011 | 1001010 | 1110 | 10010 | 1000110 | 110111 |
Color Harmonies of #DC6B3A
Complementary color
Monochromatic Colors of #DC6B3A
Black with #DC6B3A
Text Example
Text Example
White with #DC6B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B3A; }
p { color: rgb(220,107,58); }
H1.HeaderClassName
{
color: #DC6B3A;
}
.AnyTagClassName
{
color: #DC6B3A;
}
</style>
background-color css
<style>
a { background-color: #DC6B3A; }
a { background-color: rgb(220,107,58); }
div.DivClassName
{
background-color: #DC6B3A;
}
.BgClassName
{
background-color: #DC6B3A;
}
</style>
border-color css
<style>
span { border-color: #DC6B3A; }
span { border-color: rgb(220,107,58); }
td.TdClassName
{
border-color: #DC6B3A;
}
.TagClassName
{
border-color: #DC6B3A;
}
</style>