Shades of Sorbus #DD643D
Tints of Sorbus #DD643D
RGB
CMYK
RGB Variations
Color information
#DD643D (or 0xDD643D) is known color: Sorbus. HEX triplet: DD, 64 and 3D. RGB value is (221,100,61). Sum of RGB (Red+Green+Blue) = 221+100+61=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD643D is #229BC2. Grayscale: #848484. Windows color (decimal): -2268099 or 4023517. OLE color: 4023517.
HSL color Cylindrical-coordinate representation of color #DD643D: hue angle of 14.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD643D is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 61 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.13 |
| HSL | 14.63º | 0.7% | 0.55% | - |
| HSV(B) | 14.63º | 0.72% | 0.87% | - |
| XYZ | 35.22 | 24.82 | 7.35 | - |
| YUV | 131.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 61 | 0 | 0.55 | 0.72 | 0.13 | 14.63 | 0.7 | 0.55 |
| Hex | DD | 64 | 3D | 0 | 37 | 48 | D | F | 46 | 37 |
| Octal | 335 | 144 | 75 | 0 | 67 | 110 | 15 | 17 | 106 | 67 |
| Binary | 11011101 | 1100100 | 111101 | 0 | 110111 | 1001000 | 1101 | 1111 | 1000110 | 110111 |
Color Harmonies of #DD643D
Complementary color
Monochromatic Colors of #DD643D
Black with #DD643D
Text Example
Text Example
White with #DD643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD643D; }
p { color: rgb(221,100,61); }
H1.HeaderClassName
{
color: #DD643D;
}
.AnyTagClassName
{
color: #DD643D;
}
</style>
background-color css
<style>
a { background-color: #DD643D; }
a { background-color: rgb(221,100,61); }
div.DivClassName
{
background-color: #DD643D;
}
.BgClassName
{
background-color: #DD643D;
}
</style>
border-color css
<style>
span { border-color: #DD643D; }
span { border-color: rgb(221,100,61); }
td.TdClassName
{
border-color: #DD643D;
}
.TagClassName
{
border-color: #DD643D;
}
</style>