Shades of Sorbus #DF6531
Tints of Sorbus #DF6531
RGB
CMYK
RGB Variations
Color information
#DF6531 (or 0xDF6531) is known color: Sorbus. HEX triplet: DF, 65 and 31. RGB value is (223,101,49). Sum of RGB (Red+Green+Blue) = 223+101+49=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6531 is #209ACE. Grayscale: #838383. Windows color (decimal): -2136783 or 3237343. OLE color: 3237343.
HSL color Cylindrical-coordinate representation of color #DF6531: hue angle of 17.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF6531 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 49 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.13 |
| HSL | 17.93º | 0.73% | 0.53% | - |
| HSV(B) | 17.93º | 0.78% | 0.87% | - |
| XYZ | 35.64 | 25.22 | 5.89 | - |
| YUV | 131.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 49 | 0 | 0.55 | 0.78 | 0.13 | 17.93 | 0.73 | 0.53 |
| Hex | DF | 65 | 31 | 0 | 37 | 4E | D | 12 | 49 | 35 |
| Octal | 337 | 145 | 61 | 0 | 67 | 116 | 15 | 22 | 111 | 65 |
| Binary | 11011111 | 1100101 | 110001 | 0 | 110111 | 1001110 | 1101 | 10010 | 1001001 | 110101 |
Color Harmonies of #DF6531
Complementary color
Monochromatic Colors of #DF6531
Black with #DF6531
Text Example
Text Example
White with #DF6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6531; }
p { color: rgb(223,101,49); }
H1.HeaderClassName
{
color: #DF6531;
}
.AnyTagClassName
{
color: #DF6531;
}
</style>
background-color css
<style>
a { background-color: #DF6531; }
a { background-color: rgb(223,101,49); }
div.DivClassName
{
background-color: #DF6531;
}
.BgClassName
{
background-color: #DF6531;
}
</style>
border-color css
<style>
span { border-color: #DF6531; }
span { border-color: rgb(223,101,49); }
td.TdClassName
{
border-color: #DF6531;
}
.TagClassName
{
border-color: #DF6531;
}
</style>