Shades of Sorbus #DC6531
Tints of Sorbus #DC6531
RGB
CMYK
RGB Variations
Color information
#DC6531 (or 0xDC6531) is known color: Sorbus. HEX triplet: DC, 65 and 31. RGB value is (220,101,49). Sum of RGB (Red+Green+Blue) = 220+101+49=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6531 is #239ACE. Grayscale: #828282. Windows color (decimal): -2333391 or 3237340. OLE color: 3237340.
HSL color Cylindrical-coordinate representation of color #DC6531: hue angle of 18.25º 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 #DC6531 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 49 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.14 |
| HSL | 18.25º | 0.71% | 0.53% | - |
| HSV(B) | 18.25º | 0.78% | 0.86% | - |
| XYZ | 34.72 | 24.74 | 5.85 | - |
| YUV | 130.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 49 | 0 | 0.54 | 0.78 | 0.14 | 18.25 | 0.71 | 0.53 |
| Hex | DC | 65 | 31 | 0 | 36 | 4E | E | 12 | 47 | 35 |
| Octal | 334 | 145 | 61 | 0 | 66 | 116 | 16 | 22 | 107 | 65 |
| Binary | 11011100 | 1100101 | 110001 | 0 | 110110 | 1001110 | 1110 | 10010 | 1000111 | 110101 |
Color Harmonies of #DC6531
Complementary color
Monochromatic Colors of #DC6531
Black with #DC6531
Text Example
Text Example
White with #DC6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6531; }
p { color: rgb(220,101,49); }
H1.HeaderClassName
{
color: #DC6531;
}
.AnyTagClassName
{
color: #DC6531;
}
</style>
background-color css
<style>
a { background-color: #DC6531; }
a { background-color: rgb(220,101,49); }
div.DivClassName
{
background-color: #DC6531;
}
.BgClassName
{
background-color: #DC6531;
}
</style>
border-color css
<style>
span { border-color: #DC6531; }
span { border-color: rgb(220,101,49); }
td.TdClassName
{
border-color: #DC6531;
}
.TagClassName
{
border-color: #DC6531;
}
</style>