Shades of Carrot Orange #DF861F
Tints of Carrot Orange #DF861F
RGB
CMYK
RGB Variations
Color information
#DF861F (or 0xDF861F) is known color: Carrot Orange. HEX triplet: DF, 86 and 1F. RGB value is (223,134,31). Sum of RGB (Red+Green+Blue) = 223+134+31=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF861F is #2079E0. Grayscale: #959595. Windows color (decimal): -2128353 or 2066143. OLE color: 2066143.
HSL color Cylindrical-coordinate representation of color #DF861F: hue angle of 32.19º 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 #DF861F is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 31 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.13 |
| HSL | 32.19º | 0.76% | 0.5% | - |
| HSV(B) | 32.19º | 0.86% | 0.87% | - |
| XYZ | 39.2 | 32.84 | 5.57 | - |
| YUV | 148.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 31 | 0 | 0.40 | 0.86 | 0.13 | 32.19 | 0.76 | 0.5 |
| Hex | DF | 86 | 1F | 0 | 28 | 56 | D | 20 | 4C | 32 |
| Octal | 337 | 206 | 37 | 0 | 50 | 126 | 15 | 40 | 114 | 62 |
| Binary | 11011111 | 10000110 | 11111 | 0 | 101000 | 1010110 | 1101 | 100000 | 1001100 | 110010 |
Color Harmonies of #DF861F
Complementary color
Monochromatic Colors of #DF861F
Black with #DF861F
Text Example
Text Example
White with #DF861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF861F; }
p { color: rgb(223,134,31); }
H1.HeaderClassName
{
color: #DF861F;
}
.AnyTagClassName
{
color: #DF861F;
}
</style>
background-color css
<style>
a { background-color: #DF861F; }
a { background-color: rgb(223,134,31); }
div.DivClassName
{
background-color: #DF861F;
}
.BgClassName
{
background-color: #DF861F;
}
</style>
border-color css
<style>
span { border-color: #DF861F; }
span { border-color: rgb(223,134,31); }
td.TdClassName
{
border-color: #DF861F;
}
.TagClassName
{
border-color: #DF861F;
}
</style>