Shades of Sorbus #DF663E
Tints of Sorbus #DF663E
RGB
CMYK
RGB Variations
Color information
#DF663E (or 0xDF663E) is known color: Sorbus. HEX triplet: DF, 66 and 3E. RGB value is (223,102,62). Sum of RGB (Red+Green+Blue) = 223+102+62=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF663E is #2099C1. Grayscale: #858585. Windows color (decimal): -2136514 or 4089567. OLE color: 4089567.
HSL color Cylindrical-coordinate representation of color #DF663E: hue angle of 14.91º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF663E is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 62 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.13 |
| HSL | 14.91º | 0.72% | 0.56% | - |
| HSV(B) | 14.91º | 0.72% | 0.87% | - |
| XYZ | 36.05 | 25.54 | 7.59 | - |
| YUV | 133.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 62 | 0 | 0.54 | 0.72 | 0.13 | 14.91 | 0.72 | 0.56 |
| Hex | DF | 66 | 3E | 0 | 36 | 48 | D | F | 48 | 38 |
| Octal | 337 | 146 | 76 | 0 | 66 | 110 | 15 | 17 | 110 | 70 |
| Binary | 11011111 | 1100110 | 111110 | 0 | 110110 | 1001000 | 1101 | 1111 | 1001000 | 111000 |
Color Harmonies of #DF663E
Complementary color
Monochromatic Colors of #DF663E
Black with #DF663E
Text Example
Text Example
White with #DF663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF663E; }
p { color: rgb(223,102,62); }
H1.HeaderClassName
{
color: #DF663E;
}
.AnyTagClassName
{
color: #DF663E;
}
</style>
background-color css
<style>
a { background-color: #DF663E; }
a { background-color: rgb(223,102,62); }
div.DivClassName
{
background-color: #DF663E;
}
.BgClassName
{
background-color: #DF663E;
}
</style>
border-color css
<style>
span { border-color: #DF663E; }
span { border-color: rgb(223,102,62); }
td.TdClassName
{
border-color: #DF663E;
}
.TagClassName
{
border-color: #DF663E;
}
</style>