Shades of Sorbus #DD6B3C
Tints of Sorbus #DD6B3C
RGB
CMYK
RGB Variations
Color information
#DD6B3C (or 0xDD6B3C) is known color: Sorbus. HEX triplet: DD, 6B and 3C. RGB value is (221,107,60). Sum of RGB (Red+Green+Blue) = 221+107+60=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B3C is #2294C3. Grayscale: #888888. Windows color (decimal): -2266308 or 3959773. OLE color: 3959773.
HSL color Cylindrical-coordinate representation of color #DD6B3C: hue angle of 17.52º 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 #DD6B3C is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 60 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.13 |
| HSL | 17.52º | 0.7% | 0.55% | - |
| HSV(B) | 17.52º | 0.73% | 0.87% | - |
| XYZ | 35.89 | 26.21 | 7.44 | - |
| YUV | 135.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 60 | 0 | 0.52 | 0.73 | 0.13 | 17.52 | 0.7 | 0.55 |
| Hex | DD | 6B | 3C | 0 | 34 | 49 | D | 12 | 46 | 37 |
| Octal | 335 | 153 | 74 | 0 | 64 | 111 | 15 | 22 | 106 | 67 |
| Binary | 11011101 | 1101011 | 111100 | 0 | 110100 | 1001001 | 1101 | 10010 | 1000110 | 110111 |
Color Harmonies of #DD6B3C
Complementary color
Monochromatic Colors of #DD6B3C
Black with #DD6B3C
Text Example
Text Example
White with #DD6B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B3C; }
p { color: rgb(221,107,60); }
H1.HeaderClassName
{
color: #DD6B3C;
}
.AnyTagClassName
{
color: #DD6B3C;
}
</style>
background-color css
<style>
a { background-color: #DD6B3C; }
a { background-color: rgb(221,107,60); }
div.DivClassName
{
background-color: #DD6B3C;
}
.BgClassName
{
background-color: #DD6B3C;
}
</style>
border-color css
<style>
span { border-color: #DD6B3C; }
span { border-color: rgb(221,107,60); }
td.TdClassName
{
border-color: #DD6B3C;
}
.TagClassName
{
border-color: #DD6B3C;
}
</style>