Shades of Sorbus #DC6532
Tints of Sorbus #DC6532
RGB
CMYK
RGB Variations
Color information
#DC6532 (or 0xDC6532) is known color: Sorbus. HEX triplet: DC, 65 and 32. RGB value is (220,101,50). Sum of RGB (Red+Green+Blue) = 220+101+50=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6532 is #239ACD. Grayscale: #838383. Windows color (decimal): -2333390 or 3302876. OLE color: 3302876.
HSL color Cylindrical-coordinate representation of color #DC6532: hue angle of 18º 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 #DC6532 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 50 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.14 |
| HSL | 18º | 0.71% | 0.53% | - |
| HSV(B) | 18º | 0.77% | 0.86% | - |
| XYZ | 34.74 | 24.75 | 5.96 | - |
| YUV | 130.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 50 | 0 | 0.54 | 0.77 | 0.14 | 18 | 0.71 | 0.53 |
| Hex | DC | 65 | 32 | 0 | 36 | 4D | E | 12 | 47 | 35 |
| Octal | 334 | 145 | 62 | 0 | 66 | 115 | 16 | 22 | 107 | 65 |
| Binary | 11011100 | 1100101 | 110010 | 0 | 110110 | 1001101 | 1110 | 10010 | 1000111 | 110101 |
Color Harmonies of #DC6532
Complementary color
Monochromatic Colors of #DC6532
Black with #DC6532
Text Example
Text Example
White with #DC6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6532; }
p { color: rgb(220,101,50); }
H1.HeaderClassName
{
color: #DC6532;
}
.AnyTagClassName
{
color: #DC6532;
}
</style>
background-color css
<style>
a { background-color: #DC6532; }
a { background-color: rgb(220,101,50); }
div.DivClassName
{
background-color: #DC6532;
}
.BgClassName
{
background-color: #DC6532;
}
</style>
border-color css
<style>
span { border-color: #DC6532; }
span { border-color: rgb(220,101,50); }
td.TdClassName
{
border-color: #DC6532;
}
.TagClassName
{
border-color: #DC6532;
}
</style>