Shades of Sorbus #DC683B
Tints of Sorbus #DC683B
RGB
CMYK
RGB Variations
Color information
#DC683B (or 0xDC683B) is known color: Sorbus. HEX triplet: DC, 68 and 3B. RGB value is (220,104,59). Sum of RGB (Red+Green+Blue) = 220+104+59=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC683B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC683B is #2397C4. Grayscale: #858585. Windows color (decimal): -2332613 or 3893468. OLE color: 3893468.
HSL color Cylindrical-coordinate representation of color #DC683B: hue angle of 16.77º 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 #DC683B is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 59 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.14 |
| HSL | 16.77º | 0.7% | 0.55% | - |
| HSV(B) | 16.77º | 0.73% | 0.86% | - |
| XYZ | 35.25 | 25.43 | 7.19 | - |
| YUV | 133.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 59 | 0 | 0.53 | 0.73 | 0.14 | 16.77 | 0.7 | 0.55 |
| Hex | DC | 68 | 3B | 0 | 35 | 49 | E | 11 | 46 | 37 |
| Octal | 334 | 150 | 73 | 0 | 65 | 111 | 16 | 21 | 106 | 67 |
| Binary | 11011100 | 1101000 | 111011 | 0 | 110101 | 1001001 | 1110 | 10001 | 1000110 | 110111 |
Color Harmonies of #DC683B
Complementary color
Monochromatic Colors of #DC683B
Black with #DC683B
Text Example
Text Example
White with #DC683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC683B; }
p { color: rgb(220,104,59); }
H1.HeaderClassName
{
color: #DC683B;
}
.AnyTagClassName
{
color: #DC683B;
}
</style>
background-color css
<style>
a { background-color: #DC683B; }
a { background-color: rgb(220,104,59); }
div.DivClassName
{
background-color: #DC683B;
}
.BgClassName
{
background-color: #DC683B;
}
</style>
border-color css
<style>
span { border-color: #DC683B; }
span { border-color: rgb(220,104,59); }
td.TdClassName
{
border-color: #DC683B;
}
.TagClassName
{
border-color: #DC683B;
}
</style>