Shades of Sorbus #DC673D
Tints of Sorbus #DC673D
RGB
CMYK
RGB Variations
Color information
#DC673D (or 0xDC673D) is known color: Sorbus. HEX triplet: DC, 67 and 3D. RGB value is (220,103,61). Sum of RGB (Red+Green+Blue) = 220+103+61=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC673D is #2398C2. Grayscale: #858585. Windows color (decimal): -2332867 or 4024284. OLE color: 4024284.
HSL color Cylindrical-coordinate representation of color #DC673D: hue angle of 15.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC673D is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 61 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.14 |
| HSL | 15.85º | 0.69% | 0.55% | - |
| HSV(B) | 15.85º | 0.72% | 0.86% | - |
| XYZ | 35.21 | 25.25 | 7.43 | - |
| YUV | 133.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 61 | 0 | 0.53 | 0.72 | 0.14 | 15.85 | 0.69 | 0.55 |
| Hex | DC | 67 | 3D | 0 | 35 | 48 | E | 10 | 45 | 37 |
| Octal | 334 | 147 | 75 | 0 | 65 | 110 | 16 | 20 | 105 | 67 |
| Binary | 11011100 | 1100111 | 111101 | 0 | 110101 | 1001000 | 1110 | 10000 | 1000101 | 110111 |
Color Harmonies of #DC673D
Complementary color
Monochromatic Colors of #DC673D
Black with #DC673D
Text Example
Text Example
White with #DC673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC673D; }
p { color: rgb(220,103,61); }
H1.HeaderClassName
{
color: #DC673D;
}
.AnyTagClassName
{
color: #DC673D;
}
</style>
background-color css
<style>
a { background-color: #DC673D; }
a { background-color: rgb(220,103,61); }
div.DivClassName
{
background-color: #DC673D;
}
.BgClassName
{
background-color: #DC673D;
}
</style>
border-color css
<style>
span { border-color: #DC673D; }
span { border-color: rgb(220,103,61); }
td.TdClassName
{
border-color: #DC673D;
}
.TagClassName
{
border-color: #DC673D;
}
</style>