Shades of Sorbus #DC673C
Tints of Sorbus #DC673C
RGB
CMYK
RGB Variations
Color information
#DC673C (or 0xDC673C) is known color: Sorbus. HEX triplet: DC, 67 and 3C. RGB value is (220,103,60). Sum of RGB (Red+Green+Blue) = 220+103+60=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC673C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC673C is #2398C3. Grayscale: #858585. Windows color (decimal): -2332868 or 3958748. OLE color: 3958748.
HSL color Cylindrical-coordinate representation of color #DC673C: hue angle of 16.12º 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 #DC673C is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 60 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.14 |
| HSL | 16.13º | 0.7% | 0.55% | - |
| HSV(B) | 16.13º | 0.73% | 0.86% | - |
| XYZ | 35.18 | 25.24 | 7.29 | - |
| YUV | 133.08 | 86.76 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 60 | 0 | 0.53 | 0.73 | 0.14 | 16.13 | 0.7 | 0.55 |
| Hex | DC | 67 | 3C | 0 | 35 | 49 | E | 10 | 46 | 37 |
| Octal | 334 | 147 | 74 | 0 | 65 | 111 | 16 | 20 | 106 | 67 |
| Binary | 11011100 | 1100111 | 111100 | 0 | 110101 | 1001001 | 1110 | 10000 | 1000110 | 110111 |
Color Harmonies of #DC673C
Complementary color
Monochromatic Colors of #DC673C
Black with #DC673C
Text Example
Text Example
White with #DC673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC673C; }
p { color: rgb(220,103,60); }
H1.HeaderClassName
{
color: #DC673C;
}
.AnyTagClassName
{
color: #DC673C;
}
</style>
background-color css
<style>
a { background-color: #DC673C; }
a { background-color: rgb(220,103,60); }
div.DivClassName
{
background-color: #DC673C;
}
.BgClassName
{
background-color: #DC673C;
}
</style>
border-color css
<style>
span { border-color: #DC673C; }
span { border-color: rgb(220,103,60); }
td.TdClassName
{
border-color: #DC673C;
}
.TagClassName
{
border-color: #DC673C;
}
</style>