Shades of Carrot Orange #DF8519
Tints of Carrot Orange #DF8519
RGB
CMYK
RGB Variations
Color information
#DF8519 (or 0xDF8519) is known color: Carrot Orange. HEX triplet: DF, 85 and 19. RGB value is (223,133,25). Sum of RGB (Red+Green+Blue) = 223+133+25=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8519 is #207AE6. Grayscale: #949494. Windows color (decimal): -2128615 or 1672671. OLE color: 1672671.
HSL color Cylindrical-coordinate representation of color #DF8519: hue angle of 32.73º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF8519 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 25 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.13 |
| HSL | 32.73º | 0.8% | 0.49% | - |
| HSV(B) | 32.73º | 0.89% | 0.87% | - |
| XYZ | 38.99 | 32.53 | 5.14 | - |
| YUV | 147.6 | 58.82 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 25 | 0 | 0.40 | 0.89 | 0.13 | 32.73 | 0.8 | 0.49 |
| Hex | DF | 85 | 19 | 0 | 28 | 59 | D | 21 | 50 | 31 |
| Octal | 337 | 205 | 31 | 0 | 50 | 131 | 15 | 41 | 120 | 61 |
| Binary | 11011111 | 10000101 | 11001 | 0 | 101000 | 1011001 | 1101 | 100001 | 1010000 | 110001 |
Color Harmonies of #DF8519
Complementary color
Monochromatic Colors of #DF8519
Black with #DF8519
Text Example
Text Example
White with #DF8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8519; }
p { color: rgb(223,133,25); }
H1.HeaderClassName
{
color: #DF8519;
}
.AnyTagClassName
{
color: #DF8519;
}
</style>
background-color css
<style>
a { background-color: #DF8519; }
a { background-color: rgb(223,133,25); }
div.DivClassName
{
background-color: #DF8519;
}
.BgClassName
{
background-color: #DF8519;
}
</style>
border-color css
<style>
span { border-color: #DF8519; }
span { border-color: rgb(223,133,25); }
td.TdClassName
{
border-color: #DF8519;
}
.TagClassName
{
border-color: #DF8519;
}
</style>