Shades of Sorbus #DC6534
Tints of Sorbus #DC6534
RGB
CMYK
RGB Variations
Color information
#DC6534 (or 0xDC6534) is known color: Sorbus. HEX triplet: DC, 65 and 34. RGB value is (220,101,52). Sum of RGB (Red+Green+Blue) = 220+101+52=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6534 is #239ACB. Grayscale: #838383. Windows color (decimal): -2333388 or 3433948. OLE color: 3433948.
HSL color Cylindrical-coordinate representation of color #DC6534: hue angle of 17.5º 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 #DC6534 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 52 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.14 |
| HSL | 17.5º | 0.71% | 0.53% | - |
| HSV(B) | 17.5º | 0.76% | 0.86% | - |
| XYZ | 34.79 | 24.77 | 6.2 | - |
| YUV | 131 | 83.42 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 52 | 0 | 0.54 | 0.76 | 0.14 | 17.5 | 0.71 | 0.53 |
| Hex | DC | 65 | 34 | 0 | 36 | 4C | E | 12 | 47 | 35 |
| Octal | 334 | 145 | 64 | 0 | 66 | 114 | 16 | 22 | 107 | 65 |
| Binary | 11011100 | 1100101 | 110100 | 0 | 110110 | 1001100 | 1110 | 10010 | 1000111 | 110101 |
Color Harmonies of #DC6534
Complementary color
Monochromatic Colors of #DC6534
Black with #DC6534
Text Example
Text Example
White with #DC6534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6534; }
p { color: rgb(220,101,52); }
H1.HeaderClassName
{
color: #DC6534;
}
.AnyTagClassName
{
color: #DC6534;
}
</style>
background-color css
<style>
a { background-color: #DC6534; }
a { background-color: rgb(220,101,52); }
div.DivClassName
{
background-color: #DC6534;
}
.BgClassName
{
background-color: #DC6534;
}
</style>
border-color css
<style>
span { border-color: #DC6534; }
span { border-color: rgb(220,101,52); }
td.TdClassName
{
border-color: #DC6534;
}
.TagClassName
{
border-color: #DC6534;
}
</style>