Shades of Carrot Orange #DF861E
Tints of Carrot Orange #DF861E
RGB
CMYK
RGB Variations
Color information
#DF861E (or 0xDF861E) is known color: Carrot Orange. HEX triplet: DF, 86 and 1E. RGB value is (223,134,30). Sum of RGB (Red+Green+Blue) = 223+134+30=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF861E is #2079E1. Grayscale: #959595. Windows color (decimal): -2128354 or 2000607. OLE color: 2000607.
HSL color Cylindrical-coordinate representation of color #DF861E: hue angle of 32.33º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF861E is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 30 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.13 |
| HSL | 32.33º | 0.76% | 0.5% | - |
| HSV(B) | 32.33º | 0.87% | 0.87% | - |
| XYZ | 39.19 | 32.83 | 5.5 | - |
| YUV | 148.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 30 | 0 | 0.40 | 0.87 | 0.13 | 32.33 | 0.76 | 0.5 |
| Hex | DF | 86 | 1E | 0 | 28 | 57 | D | 20 | 4C | 32 |
| Octal | 337 | 206 | 36 | 0 | 50 | 127 | 15 | 40 | 114 | 62 |
| Binary | 11011111 | 10000110 | 11110 | 0 | 101000 | 1010111 | 1101 | 100000 | 1001100 | 110010 |
Color Harmonies of #DF861E
Complementary color
Monochromatic Colors of #DF861E
Black with #DF861E
Text Example
Text Example
White with #DF861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF861E; }
p { color: rgb(223,134,30); }
H1.HeaderClassName
{
color: #DF861E;
}
.AnyTagClassName
{
color: #DF861E;
}
</style>
background-color css
<style>
a { background-color: #DF861E; }
a { background-color: rgb(223,134,30); }
div.DivClassName
{
background-color: #DF861E;
}
.BgClassName
{
background-color: #DF861E;
}
</style>
border-color css
<style>
span { border-color: #DF861E; }
span { border-color: rgb(223,134,30); }
td.TdClassName
{
border-color: #DF861E;
}
.TagClassName
{
border-color: #DF861E;
}
</style>