Shades of Sorbus #DD633C
Tints of Sorbus #DD633C
RGB
CMYK
RGB Variations
Color information
#DD633C (or 0xDD633C) is known color: Sorbus. HEX triplet: DD, 63 and 3C. RGB value is (221,99,60). Sum of RGB (Red+Green+Blue) = 221+99+60=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD633C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD633C is #229CC3. Grayscale: #838383. Windows color (decimal): -2268356 or 3957725. OLE color: 3957725.
HSL color Cylindrical-coordinate representation of color #DD633C: hue angle of 14.53º 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 #DD633C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 60 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.13 |
| HSL | 14.53º | 0.7% | 0.55% | - |
| HSV(B) | 14.53º | 0.73% | 0.87% | - |
| XYZ | 35.1 | 24.62 | 7.18 | - |
| YUV | 131.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 60 | 0 | 0.55 | 0.73 | 0.13 | 14.53 | 0.7 | 0.55 |
| Hex | DD | 63 | 3C | 0 | 37 | 49 | D | F | 46 | 37 |
| Octal | 335 | 143 | 74 | 0 | 67 | 111 | 15 | 17 | 106 | 67 |
| Binary | 11011101 | 1100011 | 111100 | 0 | 110111 | 1001001 | 1101 | 1111 | 1000110 | 110111 |
Color Harmonies of #DD633C
Complementary color
Monochromatic Colors of #DD633C
Black with #DD633C
Text Example
Text Example
White with #DD633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD633C; }
p { color: rgb(221,99,60); }
H1.HeaderClassName
{
color: #DD633C;
}
.AnyTagClassName
{
color: #DD633C;
}
</style>
background-color css
<style>
a { background-color: #DD633C; }
a { background-color: rgb(221,99,60); }
div.DivClassName
{
background-color: #DD633C;
}
.BgClassName
{
background-color: #DD633C;
}
</style>
border-color css
<style>
span { border-color: #DD633C; }
span { border-color: rgb(221,99,60); }
td.TdClassName
{
border-color: #DD633C;
}
.TagClassName
{
border-color: #DD633C;
}
</style>