Shades of Sorbus #DD643C
Tints of Sorbus #DD643C
RGB
CMYK
RGB Variations
Color information
#DD643C (or 0xDD643C) is known color: Sorbus. HEX triplet: DD, 64 and 3C. RGB value is (221,100,60). Sum of RGB (Red+Green+Blue) = 221+100+60=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD643C is #229BC3. Grayscale: #838383. Windows color (decimal): -2268100 or 3957981. OLE color: 3957981.
HSL color Cylindrical-coordinate representation of color #DD643C: hue angle of 14.91º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD643C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 60 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.13 |
| HSL | 14.91º | 0.7% | 0.55% | - |
| HSV(B) | 14.91º | 0.73% | 0.87% | - |
| XYZ | 35.19 | 24.81 | 7.21 | - |
| YUV | 131.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 60 | 0 | 0.55 | 0.73 | 0.13 | 14.91 | 0.7 | 0.55 |
| Hex | DD | 64 | 3C | 0 | 37 | 49 | D | F | 46 | 37 |
| Octal | 335 | 144 | 74 | 0 | 67 | 111 | 15 | 17 | 106 | 67 |
| Binary | 11011101 | 1100100 | 111100 | 0 | 110111 | 1001001 | 1101 | 1111 | 1000110 | 110111 |
Color Harmonies of #DD643C
Complementary color
Monochromatic Colors of #DD643C
Black with #DD643C
Text Example
Text Example
White with #DD643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD643C; }
p { color: rgb(221,100,60); }
H1.HeaderClassName
{
color: #DD643C;
}
.AnyTagClassName
{
color: #DD643C;
}
</style>
background-color css
<style>
a { background-color: #DD643C; }
a { background-color: rgb(221,100,60); }
div.DivClassName
{
background-color: #DD643C;
}
.BgClassName
{
background-color: #DD643C;
}
</style>
border-color css
<style>
span { border-color: #DD643C; }
span { border-color: rgb(221,100,60); }
td.TdClassName
{
border-color: #DD643C;
}
.TagClassName
{
border-color: #DD643C;
}
</style>