Shades of Sorbus #DF7334
Tints of Sorbus #DF7334
RGB
CMYK
RGB Variations
Color information
#DF7334 (or 0xDF7334) is known color: Sorbus. HEX triplet: DF, 73 and 34. RGB value is (223,115,52). Sum of RGB (Red+Green+Blue) = 223+115+52=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7334 is #208CCB. Grayscale: #8C8C8C. Windows color (decimal): -2133196 or 3437535. OLE color: 3437535.
HSL color Cylindrical-coordinate representation of color #DF7334: hue angle of 22.11º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF7334 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 52 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.13 |
| HSL | 22.11º | 0.73% | 0.54% | - |
| HSV(B) | 22.11º | 0.77% | 0.87% | - |
| XYZ | 37.18 | 28.2 | 6.73 | - |
| YUV | 140.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 52 | 0 | 0.48 | 0.77 | 0.13 | 22.11 | 0.73 | 0.54 |
| Hex | DF | 73 | 34 | 0 | 30 | 4D | D | 16 | 49 | 36 |
| Octal | 337 | 163 | 64 | 0 | 60 | 115 | 15 | 26 | 111 | 66 |
| Binary | 11011111 | 1110011 | 110100 | 0 | 110000 | 1001101 | 1101 | 10110 | 1001001 | 110110 |
Color Harmonies of #DF7334
Complementary color
Monochromatic Colors of #DF7334
Black with #DF7334
Text Example
Text Example
White with #DF7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7334; }
p { color: rgb(223,115,52); }
H1.HeaderClassName
{
color: #DF7334;
}
.AnyTagClassName
{
color: #DF7334;
}
</style>
background-color css
<style>
a { background-color: #DF7334; }
a { background-color: rgb(223,115,52); }
div.DivClassName
{
background-color: #DF7334;
}
.BgClassName
{
background-color: #DF7334;
}
</style>
border-color css
<style>
span { border-color: #DF7334; }
span { border-color: rgb(223,115,52); }
td.TdClassName
{
border-color: #DF7334;
}
.TagClassName
{
border-color: #DF7334;
}
</style>