Shades of Sorbus #DC6B3C
Tints of Sorbus #DC6B3C
RGB
CMYK
RGB Variations
Color information
#DC6B3C (or 0xDC6B3C) is known color: Sorbus. HEX triplet: DC, 6B and 3C. RGB value is (220,107,60). Sum of RGB (Red+Green+Blue) = 220+107+60=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B3C is #2394C3. Grayscale: #878787. Windows color (decimal): -2331844 or 3959772. OLE color: 3959772.
HSL color Cylindrical-coordinate representation of color #DC6B3C: hue angle of 17.62º 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 #DC6B3C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 60 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.14 |
| HSL | 17.63º | 0.7% | 0.55% | - |
| HSV(B) | 17.63º | 0.73% | 0.86% | - |
| XYZ | 35.59 | 26.06 | 7.43 | - |
| YUV | 135.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 60 | 0 | 0.51 | 0.73 | 0.14 | 17.63 | 0.7 | 0.55 |
| Hex | DC | 6B | 3C | 0 | 33 | 49 | E | 12 | 46 | 37 |
| Octal | 334 | 153 | 74 | 0 | 63 | 111 | 16 | 22 | 106 | 67 |
| Binary | 11011100 | 1101011 | 111100 | 0 | 110011 | 1001001 | 1110 | 10010 | 1000110 | 110111 |
Color Harmonies of #DC6B3C
Complementary color
Monochromatic Colors of #DC6B3C
Black with #DC6B3C
Text Example
Text Example
White with #DC6B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B3C; }
p { color: rgb(220,107,60); }
H1.HeaderClassName
{
color: #DC6B3C;
}
.AnyTagClassName
{
color: #DC6B3C;
}
</style>
background-color css
<style>
a { background-color: #DC6B3C; }
a { background-color: rgb(220,107,60); }
div.DivClassName
{
background-color: #DC6B3C;
}
.BgClassName
{
background-color: #DC6B3C;
}
</style>
border-color css
<style>
span { border-color: #DC6B3C; }
span { border-color: rgb(220,107,60); }
td.TdClassName
{
border-color: #DC6B3C;
}
.TagClassName
{
border-color: #DC6B3C;
}
</style>