Shades of Sorbus #DC6A41
Tints of Sorbus #DC6A41
RGB
CMYK
RGB Variations
Color information
#DC6A41 (or 0xDC6A41) is known color: Sorbus. HEX triplet: DC, 6A and 41. RGB value is (220,106,65). Sum of RGB (Red+Green+Blue) = 220+106+65=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A41 is #2395BE. Grayscale: #878787. Windows color (decimal): -2332095 or 4287196. OLE color: 4287196.
HSL color Cylindrical-coordinate representation of color #DC6A41: hue angle of 15.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC6A41 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 65 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.14 |
| HSL | 15.87º | 0.69% | 0.56% | - |
| HSV(B) | 15.87º | 0.7% | 0.86% | - |
| XYZ | 35.62 | 25.91 | 8.12 | - |
| YUV | 135.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 65 | 0 | 0.52 | 0.70 | 0.14 | 15.87 | 0.69 | 0.56 |
| Hex | DC | 6A | 41 | 0 | 34 | 46 | E | 10 | 45 | 38 |
| Octal | 334 | 152 | 101 | 0 | 64 | 106 | 16 | 20 | 105 | 70 |
| Binary | 11011100 | 1101010 | 1000001 | 0 | 110100 | 1000110 | 1110 | 10000 | 1000101 | 111000 |
Color Harmonies of #DC6A41
Complementary color
Monochromatic Colors of #DC6A41
Black with #DC6A41
Text Example
Text Example
White with #DC6A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A41; }
p { color: rgb(220,106,65); }
H1.HeaderClassName
{
color: #DC6A41;
}
.AnyTagClassName
{
color: #DC6A41;
}
</style>
background-color css
<style>
a { background-color: #DC6A41; }
a { background-color: rgb(220,106,65); }
div.DivClassName
{
background-color: #DC6A41;
}
.BgClassName
{
background-color: #DC6A41;
}
</style>
border-color css
<style>
span { border-color: #DC6A41; }
span { border-color: rgb(220,106,65); }
td.TdClassName
{
border-color: #DC6A41;
}
.TagClassName
{
border-color: #DC6A41;
}
</style>