Shades of Carrot Orange #DF8219
Tints of Carrot Orange #DF8219
RGB
CMYK
RGB Variations
Color information
#DF8219 (or 0xDF8219) is known color: Carrot Orange. HEX triplet: DF, 82 and 19. RGB value is (223,130,25). Sum of RGB (Red+Green+Blue) = 223+130+25=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8219 is #207DE6. Grayscale: #929292. Windows color (decimal): -2129383 or 1671903. OLE color: 1671903.
HSL color Cylindrical-coordinate representation of color #DF8219: hue angle of 31.82º 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 #DF8219 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.13 |
| HSL | 31.82º | 0.8% | 0.49% | - |
| HSV(B) | 31.82º | 0.89% | 0.87% | - |
| XYZ | 38.59 | 31.72 | 5.01 | - |
| YUV | 145.84 | 59.81 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 25 | 0 | 0.42 | 0.89 | 0.13 | 31.82 | 0.8 | 0.49 |
| Hex | DF | 82 | 19 | 0 | 2A | 59 | D | 20 | 50 | 31 |
| Octal | 337 | 202 | 31 | 0 | 52 | 131 | 15 | 40 | 120 | 61 |
| Binary | 11011111 | 10000010 | 11001 | 0 | 101010 | 1011001 | 1101 | 100000 | 1010000 | 110001 |
Color Harmonies of #DF8219
Complementary color
Monochromatic Colors of #DF8219
Black with #DF8219
Text Example
Text Example
White with #DF8219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8219; }
p { color: rgb(223,130,25); }
H1.HeaderClassName
{
color: #DF8219;
}
.AnyTagClassName
{
color: #DF8219;
}
</style>
background-color css
<style>
a { background-color: #DF8219; }
a { background-color: rgb(223,130,25); }
div.DivClassName
{
background-color: #DF8219;
}
.BgClassName
{
background-color: #DF8219;
}
</style>
border-color css
<style>
span { border-color: #DF8219; }
span { border-color: rgb(223,130,25); }
td.TdClassName
{
border-color: #DF8219;
}
.TagClassName
{
border-color: #DF8219;
}
</style>