Shades of Sorbus #DC6334
Tints of Sorbus #DC6334
RGB
CMYK
RGB Variations
Color information
#DC6334 (or 0xDC6334) is known color: Sorbus. HEX triplet: DC, 63 and 34. RGB value is (220,99,52). Sum of RGB (Red+Green+Blue) = 220+99+52=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6334 is #239CCB. Grayscale: #828282. Windows color (decimal): -2333900 or 3433436. OLE color: 3433436.
HSL color Cylindrical-coordinate representation of color #DC6334: hue angle of 16.79º 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 #DC6334 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 52 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.14 |
| HSL | 16.79º | 0.71% | 0.53% | - |
| HSV(B) | 16.79º | 0.76% | 0.86% | - |
| XYZ | 34.6 | 24.39 | 6.13 | - |
| YUV | 129.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 52 | 0 | 0.55 | 0.76 | 0.14 | 16.79 | 0.71 | 0.53 |
| Hex | DC | 63 | 34 | 0 | 37 | 4C | E | 11 | 47 | 35 |
| Octal | 334 | 143 | 64 | 0 | 67 | 114 | 16 | 21 | 107 | 65 |
| Binary | 11011100 | 1100011 | 110100 | 0 | 110111 | 1001100 | 1110 | 10001 | 1000111 | 110101 |
Color Harmonies of #DC6334
Complementary color
Monochromatic Colors of #DC6334
Black with #DC6334
Text Example
Text Example
White with #DC6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6334; }
p { color: rgb(220,99,52); }
H1.HeaderClassName
{
color: #DC6334;
}
.AnyTagClassName
{
color: #DC6334;
}
</style>
background-color css
<style>
a { background-color: #DC6334; }
a { background-color: rgb(220,99,52); }
div.DivClassName
{
background-color: #DC6334;
}
.BgClassName
{
background-color: #DC6334;
}
</style>
border-color css
<style>
span { border-color: #DC6334; }
span { border-color: rgb(220,99,52); }
td.TdClassName
{
border-color: #DC6334;
}
.TagClassName
{
border-color: #DC6334;
}
</style>