Shades of Sorbus #DF672D
Tints of Sorbus #DF672D
RGB
CMYK
RGB Variations
Color information
#DF672D (or 0xDF672D) is known color: Sorbus. HEX triplet: DF, 67 and 2D. RGB value is (223,103,45). Sum of RGB (Red+Green+Blue) = 223+103+45=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF672D is #2098D2. Grayscale: #848484. Windows color (decimal): -2136275 or 2975711. OLE color: 2975711.
HSL color Cylindrical-coordinate representation of color #DF672D: hue angle of 19.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF672D is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 45 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.13 |
| HSL | 19.55º | 0.74% | 0.53% | - |
| HSV(B) | 19.55º | 0.8% | 0.87% | - |
| XYZ | 35.76 | 25.58 | 5.54 | - |
| YUV | 132.27 | 78.76 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 45 | 0 | 0.54 | 0.80 | 0.13 | 19.55 | 0.74 | 0.53 |
| Hex | DF | 67 | 2D | 0 | 36 | 50 | D | 14 | 4A | 35 |
| Octal | 337 | 147 | 55 | 0 | 66 | 120 | 15 | 24 | 112 | 65 |
| Binary | 11011111 | 1100111 | 101101 | 0 | 110110 | 1010000 | 1101 | 10100 | 1001010 | 110101 |
Color Harmonies of #DF672D
Complementary color
Monochromatic Colors of #DF672D
Black with #DF672D
Text Example
Text Example
White with #DF672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF672D; }
p { color: rgb(223,103,45); }
H1.HeaderClassName
{
color: #DF672D;
}
.AnyTagClassName
{
color: #DF672D;
}
</style>
background-color css
<style>
a { background-color: #DF672D; }
a { background-color: rgb(223,103,45); }
div.DivClassName
{
background-color: #DF672D;
}
.BgClassName
{
background-color: #DF672D;
}
</style>
border-color css
<style>
span { border-color: #DF672D; }
span { border-color: rgb(223,103,45); }
td.TdClassName
{
border-color: #DF672D;
}
.TagClassName
{
border-color: #DF672D;
}
</style>