Shades of Sorbus #DC6B40
Tints of Sorbus #DC6B40
RGB
CMYK
RGB Variations
Color information
#DC6B40 (or 0xDC6B40) is known color: Sorbus. HEX triplet: DC, 6B and 40. RGB value is (220,107,64). Sum of RGB (Red+Green+Blue) = 220+107+64=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B40 is #2394BF. Grayscale: #888888. Windows color (decimal): -2331840 or 4221916. OLE color: 4221916.
HSL color Cylindrical-coordinate representation of color #DC6B40: hue angle of 16.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC6B40 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 64 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.14 |
| HSL | 16.54º | 0.69% | 0.56% | - |
| HSV(B) | 16.54º | 0.71% | 0.86% | - |
| XYZ | 35.7 | 26.1 | 8.01 | - |
| YUV | 135.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 64 | 0 | 0.51 | 0.71 | 0.14 | 16.54 | 0.69 | 0.56 |
| Hex | DC | 6B | 40 | 0 | 33 | 47 | E | 11 | 45 | 38 |
| Octal | 334 | 153 | 100 | 0 | 63 | 107 | 16 | 21 | 105 | 70 |
| Binary | 11011100 | 1101011 | 1000000 | 0 | 110011 | 1000111 | 1110 | 10001 | 1000101 | 111000 |
Color Harmonies of #DC6B40
Complementary color
Monochromatic Colors of #DC6B40
Black with #DC6B40
Text Example
Text Example
White with #DC6B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B40; }
p { color: rgb(220,107,64); }
H1.HeaderClassName
{
color: #DC6B40;
}
.AnyTagClassName
{
color: #DC6B40;
}
</style>
background-color css
<style>
a { background-color: #DC6B40; }
a { background-color: rgb(220,107,64); }
div.DivClassName
{
background-color: #DC6B40;
}
.BgClassName
{
background-color: #DC6B40;
}
</style>
border-color css
<style>
span { border-color: #DC6B40; }
span { border-color: rgb(220,107,64); }
td.TdClassName
{
border-color: #DC6B40;
}
.TagClassName
{
border-color: #DC6B40;
}
</style>