Shades of Sorbus #DD672F
Tints of Sorbus #DD672F
RGB
CMYK
RGB Variations
Color information
#DD672F (or 0xDD672F) is known color: Sorbus. HEX triplet: DD, 67 and 2F. RGB value is (221,103,47). Sum of RGB (Red+Green+Blue) = 221+103+47=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD672F is #2298D0. Grayscale: #848484. Windows color (decimal): -2267345 or 3106781. OLE color: 3106781.
HSL color Cylindrical-coordinate representation of color #DD672F: hue angle of 19.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD672F is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 47 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.13 |
| HSL | 19.31º | 0.72% | 0.53% | - |
| HSV(B) | 19.31º | 0.79% | 0.87% | - |
| XYZ | 35.18 | 25.28 | 5.71 | - |
| YUV | 131.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 47 | 0 | 0.53 | 0.79 | 0.13 | 19.31 | 0.72 | 0.53 |
| Hex | DD | 67 | 2F | 0 | 35 | 4F | D | 13 | 48 | 35 |
| Octal | 335 | 147 | 57 | 0 | 65 | 117 | 15 | 23 | 110 | 65 |
| Binary | 11011101 | 1100111 | 101111 | 0 | 110101 | 1001111 | 1101 | 10011 | 1001000 | 110101 |
Color Harmonies of #DD672F
Complementary color
Monochromatic Colors of #DD672F
Black with #DD672F
Text Example
Text Example
White with #DD672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD672F; }
p { color: rgb(221,103,47); }
H1.HeaderClassName
{
color: #DD672F;
}
.AnyTagClassName
{
color: #DD672F;
}
</style>
background-color css
<style>
a { background-color: #DD672F; }
a { background-color: rgb(221,103,47); }
div.DivClassName
{
background-color: #DD672F;
}
.BgClassName
{
background-color: #DD672F;
}
</style>
border-color css
<style>
span { border-color: #DD672F; }
span { border-color: rgb(221,103,47); }
td.TdClassName
{
border-color: #DD672F;
}
.TagClassName
{
border-color: #DD672F;
}
</style>