Shades of Sorbus #DC6934
Tints of Sorbus #DC6934
RGB
CMYK
RGB Variations
Color information
#DC6934 (or 0xDC6934) is known color: Sorbus. HEX triplet: DC, 69 and 34. RGB value is (220,105,52). Sum of RGB (Red+Green+Blue) = 220+105+52=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6934 is #2396CB. Grayscale: #858585. Windows color (decimal): -2332364 or 3434972. OLE color: 3434972.
HSL color Cylindrical-coordinate representation of color #DC6934: hue angle of 18.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC6934 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 52 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.14 |
| HSL | 18.93º | 0.71% | 0.53% | - |
| HSV(B) | 18.93º | 0.76% | 0.86% | - |
| XYZ | 35.19 | 25.57 | 6.33 | - |
| YUV | 133.34 | 82.1 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 52 | 0 | 0.52 | 0.76 | 0.14 | 18.93 | 0.71 | 0.53 |
| Hex | DC | 69 | 34 | 0 | 34 | 4C | E | 13 | 47 | 35 |
| Octal | 334 | 151 | 64 | 0 | 64 | 114 | 16 | 23 | 107 | 65 |
| Binary | 11011100 | 1101001 | 110100 | 0 | 110100 | 1001100 | 1110 | 10011 | 1000111 | 110101 |
Color Harmonies of #DC6934
Complementary color
Monochromatic Colors of #DC6934
Black with #DC6934
Text Example
Text Example
White with #DC6934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6934; }
p { color: rgb(220,105,52); }
H1.HeaderClassName
{
color: #DC6934;
}
.AnyTagClassName
{
color: #DC6934;
}
</style>
background-color css
<style>
a { background-color: #DC6934; }
a { background-color: rgb(220,105,52); }
div.DivClassName
{
background-color: #DC6934;
}
.BgClassName
{
background-color: #DC6934;
}
</style>
border-color css
<style>
span { border-color: #DC6934; }
span { border-color: rgb(220,105,52); }
td.TdClassName
{
border-color: #DC6934;
}
.TagClassName
{
border-color: #DC6934;
}
</style>