Shades of Carrot Orange #DF841F
Tints of Carrot Orange #DF841F
RGB
CMYK
RGB Variations
Color information
#DF841F (or 0xDF841F) is known color: Carrot Orange. HEX triplet: DF, 84 and 1F. RGB value is (223,132,31). Sum of RGB (Red+Green+Blue) = 223+132+31=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF841F is #207BE0. Grayscale: #949494. Windows color (decimal): -2128865 or 2065631. OLE color: 2065631.
HSL color Cylindrical-coordinate representation of color #DF841F: hue angle of 31.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF841F is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 31 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.13 |
| HSL | 31.56º | 0.76% | 0.5% | - |
| HSV(B) | 31.56º | 0.86% | 0.87% | - |
| XYZ | 38.93 | 32.29 | 5.48 | - |
| YUV | 147.7 | 62.15 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 31 | 0 | 0.41 | 0.86 | 0.13 | 31.56 | 0.76 | 0.5 |
| Hex | DF | 84 | 1F | 0 | 29 | 56 | D | 20 | 4C | 32 |
| Octal | 337 | 204 | 37 | 0 | 51 | 126 | 15 | 40 | 114 | 62 |
| Binary | 11011111 | 10000100 | 11111 | 0 | 101001 | 1010110 | 1101 | 100000 | 1001100 | 110010 |
Color Harmonies of #DF841F
Complementary color
Monochromatic Colors of #DF841F
Black with #DF841F
Text Example
Text Example
White with #DF841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF841F; }
p { color: rgb(223,132,31); }
H1.HeaderClassName
{
color: #DF841F;
}
.AnyTagClassName
{
color: #DF841F;
}
</style>
background-color css
<style>
a { background-color: #DF841F; }
a { background-color: rgb(223,132,31); }
div.DivClassName
{
background-color: #DF841F;
}
.BgClassName
{
background-color: #DF841F;
}
</style>
border-color css
<style>
span { border-color: #DF841F; }
span { border-color: rgb(223,132,31); }
td.TdClassName
{
border-color: #DF841F;
}
.TagClassName
{
border-color: #DF841F;
}
</style>