Shades of Sorbus #DC6B42
Tints of Sorbus #DC6B42
RGB
CMYK
RGB Variations
Color information
#DC6B42 (or 0xDC6B42) is known color: Sorbus. HEX triplet: DC, 6B and 42. RGB value is (220,107,66). Sum of RGB (Red+Green+Blue) = 220+107+66=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B42 is #2394BD. Grayscale: #888888. Windows color (decimal): -2331838 or 4352988. OLE color: 4352988.
HSL color Cylindrical-coordinate representation of color #DC6B42: hue angle of 15.97º 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 #DC6B42 is Cyan = 0, Magento = 0.51, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 66 | - |
| CMYK | 0 | 0.51 | 0.7 | 0.14 |
| HSL | 15.97º | 0.69% | 0.56% | - |
| HSV(B) | 15.97º | 0.7% | 0.86% | - |
| XYZ | 35.76 | 26.12 | 8.31 | - |
| YUV | 136.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 66 | 0 | 0.51 | 0.7 | 0.14 | 15.97 | 0.69 | 0.56 |
| Hex | DC | 6B | 42 | 0 | 33 | 46 | E | 10 | 45 | 38 |
| Octal | 334 | 153 | 102 | 0 | 63 | 106 | 16 | 20 | 105 | 70 |
| Binary | 11011100 | 1101011 | 1000010 | 0 | 110011 | 1000110 | 1110 | 10000 | 1000101 | 111000 |
Color Harmonies of #DC6B42
Complementary color
Monochromatic Colors of #DC6B42
Black with #DC6B42
Text Example
Text Example
White with #DC6B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B42; }
p { color: rgb(220,107,66); }
H1.HeaderClassName
{
color: #DC6B42;
}
.AnyTagClassName
{
color: #DC6B42;
}
</style>
background-color css
<style>
a { background-color: #DC6B42; }
a { background-color: rgb(220,107,66); }
div.DivClassName
{
background-color: #DC6B42;
}
.BgClassName
{
background-color: #DC6B42;
}
</style>
border-color css
<style>
span { border-color: #DC6B42; }
span { border-color: rgb(220,107,66); }
td.TdClassName
{
border-color: #DC6B42;
}
.TagClassName
{
border-color: #DC6B42;
}
</style>