Shades of Carrot Orange #DF8419
Tints of Carrot Orange #DF8419
RGB
CMYK
RGB Variations
Color information
#DF8419 (or 0xDF8419) is known color: Carrot Orange. HEX triplet: DF, 84 and 19. RGB value is (223,132,25). Sum of RGB (Red+Green+Blue) = 223+132+25=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8419 is #207BE6. Grayscale: #939393. Windows color (decimal): -2128871 or 1672415. OLE color: 1672415.
HSL color Cylindrical-coordinate representation of color #DF8419: hue angle of 32.42º 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 #DF8419 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 25 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.13 |
| HSL | 32.42º | 0.8% | 0.49% | - |
| HSV(B) | 32.42º | 0.89% | 0.87% | - |
| XYZ | 38.86 | 32.26 | 5.1 | - |
| YUV | 147.01 | 59.15 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 25 | 0 | 0.41 | 0.89 | 0.13 | 32.42 | 0.8 | 0.49 |
| Hex | DF | 84 | 19 | 0 | 29 | 59 | D | 20 | 50 | 31 |
| Octal | 337 | 204 | 31 | 0 | 51 | 131 | 15 | 40 | 120 | 61 |
| Binary | 11011111 | 10000100 | 11001 | 0 | 101001 | 1011001 | 1101 | 100000 | 1010000 | 110001 |
Color Harmonies of #DF8419
Complementary color
Monochromatic Colors of #DF8419
Black with #DF8419
Text Example
Text Example
White with #DF8419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8419; }
p { color: rgb(223,132,25); }
H1.HeaderClassName
{
color: #DF8419;
}
.AnyTagClassName
{
color: #DF8419;
}
</style>
background-color css
<style>
a { background-color: #DF8419; }
a { background-color: rgb(223,132,25); }
div.DivClassName
{
background-color: #DF8419;
}
.BgClassName
{
background-color: #DF8419;
}
</style>
border-color css
<style>
span { border-color: #DF8419; }
span { border-color: rgb(223,132,25); }
td.TdClassName
{
border-color: #DF8419;
}
.TagClassName
{
border-color: #DF8419;
}
</style>