Shades of Carrot Orange #DF8119
Tints of Carrot Orange #DF8119
RGB
CMYK
RGB Variations
Color information
#DF8119 (or 0xDF8119) is known color: Carrot Orange. HEX triplet: DF, 81 and 19. RGB value is (223,129,25). Sum of RGB (Red+Green+Blue) = 223+129+25=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8119 is #207EE6. Grayscale: #919191. Windows color (decimal): -2129639 or 1671647. OLE color: 1671647.
HSL color Cylindrical-coordinate representation of color #DF8119: hue angle of 31.52º 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 #DF8119 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.13 |
| HSL | 31.52º | 0.8% | 0.49% | - |
| HSV(B) | 31.52º | 0.89% | 0.87% | - |
| XYZ | 38.46 | 31.46 | 4.96 | - |
| YUV | 145.25 | 60.14 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 25 | 0 | 0.42 | 0.89 | 0.13 | 31.52 | 0.8 | 0.49 |
| Hex | DF | 81 | 19 | 0 | 2A | 59 | D | 20 | 50 | 31 |
| Octal | 337 | 201 | 31 | 0 | 52 | 131 | 15 | 40 | 120 | 61 |
| Binary | 11011111 | 10000001 | 11001 | 0 | 101010 | 1011001 | 1101 | 100000 | 1010000 | 110001 |
Color Harmonies of #DF8119
Complementary color
Monochromatic Colors of #DF8119
Black with #DF8119
Text Example
Text Example
White with #DF8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8119; }
p { color: rgb(223,129,25); }
H1.HeaderClassName
{
color: #DF8119;
}
.AnyTagClassName
{
color: #DF8119;
}
</style>
background-color css
<style>
a { background-color: #DF8119; }
a { background-color: rgb(223,129,25); }
div.DivClassName
{
background-color: #DF8119;
}
.BgClassName
{
background-color: #DF8119;
}
</style>
border-color css
<style>
span { border-color: #DF8119; }
span { border-color: rgb(223,129,25); }
td.TdClassName
{
border-color: #DF8119;
}
.TagClassName
{
border-color: #DF8119;
}
</style>