Shades of Sorbus #DC6B33
Tints of Sorbus #DC6B33
RGB
CMYK
RGB Variations
Color information
#DC6B33 (or 0xDC6B33) is known color: Sorbus. HEX triplet: DC, 6B and 33. RGB value is (220,107,51). Sum of RGB (Red+Green+Blue) = 220+107+51=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B33 is #2394CC. Grayscale: #868686. Windows color (decimal): -2331853 or 3369948. OLE color: 3369948.
HSL color Cylindrical-coordinate representation of color #DC6B33: hue angle of 19.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC6B33 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 51 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.14 |
| HSL | 19.88º | 0.71% | 0.53% | - |
| HSV(B) | 19.88º | 0.77% | 0.86% | - |
| XYZ | 35.37 | 25.97 | 6.28 | - |
| YUV | 134.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 51 | 0 | 0.51 | 0.77 | 0.14 | 19.88 | 0.71 | 0.53 |
| Hex | DC | 6B | 33 | 0 | 33 | 4D | E | 14 | 47 | 35 |
| Octal | 334 | 153 | 63 | 0 | 63 | 115 | 16 | 24 | 107 | 65 |
| Binary | 11011100 | 1101011 | 110011 | 0 | 110011 | 1001101 | 1110 | 10100 | 1000111 | 110101 |
Color Harmonies of #DC6B33
Complementary color
Monochromatic Colors of #DC6B33
Black with #DC6B33
Text Example
Text Example
White with #DC6B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B33; }
p { color: rgb(220,107,51); }
H1.HeaderClassName
{
color: #DC6B33;
}
.AnyTagClassName
{
color: #DC6B33;
}
</style>
background-color css
<style>
a { background-color: #DC6B33; }
a { background-color: rgb(220,107,51); }
div.DivClassName
{
background-color: #DC6B33;
}
.BgClassName
{
background-color: #DC6B33;
}
</style>
border-color css
<style>
span { border-color: #DC6B33; }
span { border-color: rgb(220,107,51); }
td.TdClassName
{
border-color: #DC6B33;
}
.TagClassName
{
border-color: #DC6B33;
}
</style>