Shades of Sorbus #DC6631
Tints of Sorbus #DC6631
RGB
CMYK
RGB Variations
Color information
#DC6631 (or 0xDC6631) is known color: Sorbus. HEX triplet: DC, 66 and 31. RGB value is (220,102,49). Sum of RGB (Red+Green+Blue) = 220+102+49=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6631 is #2399CE. Grayscale: #838383. Windows color (decimal): -2333135 or 3237596. OLE color: 3237596.
HSL color Cylindrical-coordinate representation of color #DC6631: hue angle of 18.6º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC6631 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 49 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.14 |
| HSL | 18.6º | 0.71% | 0.53% | - |
| HSV(B) | 18.6º | 0.78% | 0.86% | - |
| XYZ | 34.82 | 24.94 | 5.88 | - |
| YUV | 131.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 49 | 0 | 0.54 | 0.78 | 0.14 | 18.6 | 0.71 | 0.53 |
| Hex | DC | 66 | 31 | 0 | 36 | 4E | E | 13 | 47 | 35 |
| Octal | 334 | 146 | 61 | 0 | 66 | 116 | 16 | 23 | 107 | 65 |
| Binary | 11011100 | 1100110 | 110001 | 0 | 110110 | 1001110 | 1110 | 10011 | 1000111 | 110101 |
Color Harmonies of #DC6631
Complementary color
Monochromatic Colors of #DC6631
Black with #DC6631
Text Example
Text Example
White with #DC6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6631; }
p { color: rgb(220,102,49); }
H1.HeaderClassName
{
color: #DC6631;
}
.AnyTagClassName
{
color: #DC6631;
}
</style>
background-color css
<style>
a { background-color: #DC6631; }
a { background-color: rgb(220,102,49); }
div.DivClassName
{
background-color: #DC6631;
}
.BgClassName
{
background-color: #DC6631;
}
</style>
border-color css
<style>
span { border-color: #DC6631; }
span { border-color: rgb(220,102,49); }
td.TdClassName
{
border-color: #DC6631;
}
.TagClassName
{
border-color: #DC6631;
}
</style>