Shades of Sorbus #DC6733
Tints of Sorbus #DC6733
RGB
CMYK
RGB Variations
Color information
#DC6733 (or 0xDC6733) is known color: Sorbus. HEX triplet: DC, 67 and 33. RGB value is (220,103,51). Sum of RGB (Red+Green+Blue) = 220+103+51=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6733 is #2398CC. Grayscale: #848484. Windows color (decimal): -2332877 or 3368924. OLE color: 3368924.
HSL color Cylindrical-coordinate representation of color #DC6733: hue angle of 18.46º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC6733 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 51 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.14 |
| HSL | 18.46º | 0.71% | 0.53% | - |
| HSV(B) | 18.46º | 0.77% | 0.86% | - |
| XYZ | 34.96 | 25.16 | 6.14 | - |
| YUV | 132.06 | 82.26 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 51 | 0 | 0.53 | 0.77 | 0.14 | 18.46 | 0.71 | 0.53 |
| Hex | DC | 67 | 33 | 0 | 35 | 4D | E | 12 | 47 | 35 |
| Octal | 334 | 147 | 63 | 0 | 65 | 115 | 16 | 22 | 107 | 65 |
| Binary | 11011100 | 1100111 | 110011 | 0 | 110101 | 1001101 | 1110 | 10010 | 1000111 | 110101 |
Color Harmonies of #DC6733
Complementary color
Monochromatic Colors of #DC6733
Black with #DC6733
Text Example
Text Example
White with #DC6733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6733; }
p { color: rgb(220,103,51); }
H1.HeaderClassName
{
color: #DC6733;
}
.AnyTagClassName
{
color: #DC6733;
}
</style>
background-color css
<style>
a { background-color: #DC6733; }
a { background-color: rgb(220,103,51); }
div.DivClassName
{
background-color: #DC6733;
}
.BgClassName
{
background-color: #DC6733;
}
</style>
border-color css
<style>
span { border-color: #DC6733; }
span { border-color: rgb(220,103,51); }
td.TdClassName
{
border-color: #DC6733;
}
.TagClassName
{
border-color: #DC6733;
}
</style>