Shades of Sorbus #DD6C3D
Tints of Sorbus #DD6C3D
RGB
CMYK
RGB Variations
Color information
#DD6C3D (or 0xDD6C3D) is known color: Sorbus. HEX triplet: DD, 6C and 3D. RGB value is (221,108,61). Sum of RGB (Red+Green+Blue) = 221+108+61=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C3D is #2293C2. Grayscale: #888888. Windows color (decimal): -2266051 or 4025565. OLE color: 4025565.
HSL color Cylindrical-coordinate representation of color #DD6C3D: hue angle of 17.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 #DD6C3D is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 61 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.13 |
| HSL | 17.63º | 0.7% | 0.55% | - |
| HSV(B) | 17.63º | 0.72% | 0.87% | - |
| XYZ | 36.02 | 26.43 | 7.62 | - |
| YUV | 136.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 61 | 0 | 0.51 | 0.72 | 0.13 | 17.63 | 0.7 | 0.55 |
| Hex | DD | 6C | 3D | 0 | 33 | 48 | D | 12 | 46 | 37 |
| Octal | 335 | 154 | 75 | 0 | 63 | 110 | 15 | 22 | 106 | 67 |
| Binary | 11011101 | 1101100 | 111101 | 0 | 110011 | 1001000 | 1101 | 10010 | 1000110 | 110111 |
Color Harmonies of #DD6C3D
Complementary color
Monochromatic Colors of #DD6C3D
Black with #DD6C3D
Text Example
Text Example
White with #DD6C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C3D; }
p { color: rgb(221,108,61); }
H1.HeaderClassName
{
color: #DD6C3D;
}
.AnyTagClassName
{
color: #DD6C3D;
}
</style>
background-color css
<style>
a { background-color: #DD6C3D; }
a { background-color: rgb(221,108,61); }
div.DivClassName
{
background-color: #DD6C3D;
}
.BgClassName
{
background-color: #DD6C3D;
}
</style>
border-color css
<style>
span { border-color: #DD6C3D; }
span { border-color: rgb(221,108,61); }
td.TdClassName
{
border-color: #DD6C3D;
}
.TagClassName
{
border-color: #DD6C3D;
}
</style>