Shades of Sorbus #DC683A
Tints of Sorbus #DC683A
RGB
CMYK
RGB Variations
Color information
#DC683A (or 0xDC683A) is known color: Sorbus. HEX triplet: DC, 68 and 3A. RGB value is (220,104,58). Sum of RGB (Red+Green+Blue) = 220+104+58=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC683A is #2397C5. Grayscale: #858585. Windows color (decimal): -2332614 or 3827932. OLE color: 3827932.
HSL color Cylindrical-coordinate representation of color #DC683A: hue angle of 17.04º 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 #DC683A is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 58 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.14 |
| HSL | 17.04º | 0.7% | 0.55% | - |
| HSV(B) | 17.04º | 0.74% | 0.86% | - |
| XYZ | 35.23 | 25.42 | 7.05 | - |
| YUV | 133.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 58 | 0 | 0.53 | 0.74 | 0.14 | 17.04 | 0.7 | 0.55 |
| Hex | DC | 68 | 3A | 0 | 35 | 4A | E | 11 | 46 | 37 |
| Octal | 334 | 150 | 72 | 0 | 65 | 112 | 16 | 21 | 106 | 67 |
| Binary | 11011100 | 1101000 | 111010 | 0 | 110101 | 1001010 | 1110 | 10001 | 1000110 | 110111 |
Color Harmonies of #DC683A
Complementary color
Monochromatic Colors of #DC683A
Black with #DC683A
Text Example
Text Example
White with #DC683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC683A; }
p { color: rgb(220,104,58); }
H1.HeaderClassName
{
color: #DC683A;
}
.AnyTagClassName
{
color: #DC683A;
}
</style>
background-color css
<style>
a { background-color: #DC683A; }
a { background-color: rgb(220,104,58); }
div.DivClassName
{
background-color: #DC683A;
}
.BgClassName
{
background-color: #DC683A;
}
</style>
border-color css
<style>
span { border-color: #DC683A; }
span { border-color: rgb(220,104,58); }
td.TdClassName
{
border-color: #DC683A;
}
.TagClassName
{
border-color: #DC683A;
}
</style>