Shades of Carrot Orange #DF8413
Tints of Carrot Orange #DF8413
RGB
CMYK
RGB Variations
Color information
#DF8413 (or 0xDF8413) is known color: Carrot Orange. HEX triplet: DF, 84 and 13. RGB value is (223,132,19). Sum of RGB (Red+Green+Blue) = 223+132+19=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8413 is #207BEC. Grayscale: #929292. Windows color (decimal): -2128877 or 1279199. OLE color: 1279199.
HSL color Cylindrical-coordinate representation of color #DF8413: hue angle of 33.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF8413 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.13 |
| HSL | 33.24º | 0.84% | 0.47% | - |
| HSV(B) | 33.24º | 0.91% | 0.87% | - |
| XYZ | 38.8 | 32.24 | 4.79 | - |
| YUV | 146.33 | 56.15 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 19 | 0 | 0.41 | 0.91 | 0.13 | 33.24 | 0.84 | 0.47 |
| Hex | DF | 84 | 13 | 0 | 29 | 5B | D | 21 | 54 | 2F |
| Octal | 337 | 204 | 23 | 0 | 51 | 133 | 15 | 41 | 124 | 57 |
| Binary | 11011111 | 10000100 | 10011 | 0 | 101001 | 1011011 | 1101 | 100001 | 1010100 | 101111 |
Color Harmonies of #DF8413
Complementary color
Monochromatic Colors of #DF8413
Black with #DF8413
Text Example
Text Example
White with #DF8413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8413; }
p { color: rgb(223,132,19); }
H1.HeaderClassName
{
color: #DF8413;
}
.AnyTagClassName
{
color: #DF8413;
}
</style>
background-color css
<style>
a { background-color: #DF8413; }
a { background-color: rgb(223,132,19); }
div.DivClassName
{
background-color: #DF8413;
}
.BgClassName
{
background-color: #DF8413;
}
</style>
border-color css
<style>
span { border-color: #DF8413; }
span { border-color: rgb(223,132,19); }
td.TdClassName
{
border-color: #DF8413;
}
.TagClassName
{
border-color: #DF8413;
}
</style>