Shades of Carrot Orange #DF851E
Tints of Carrot Orange #DF851E
RGB
CMYK
RGB Variations
Color information
#DF851E (or 0xDF851E) is known color: Carrot Orange. HEX triplet: DF, 85 and 1E. RGB value is (223,133,30). Sum of RGB (Red+Green+Blue) = 223+133+30=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF851E is #207AE1. Grayscale: #949494. Windows color (decimal): -2128610 or 2000351. OLE color: 2000351.
HSL color Cylindrical-coordinate representation of color #DF851E: hue angle of 32.02º 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 #DF851E is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 30 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.13 |
| HSL | 32.02º | 0.76% | 0.5% | - |
| HSV(B) | 32.02º | 0.87% | 0.87% | - |
| XYZ | 39.05 | 32.56 | 5.45 | - |
| YUV | 148.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 30 | 0 | 0.40 | 0.87 | 0.13 | 32.02 | 0.76 | 0.5 |
| Hex | DF | 85 | 1E | 0 | 28 | 57 | D | 20 | 4C | 32 |
| Octal | 337 | 205 | 36 | 0 | 50 | 127 | 15 | 40 | 114 | 62 |
| Binary | 11011111 | 10000101 | 11110 | 0 | 101000 | 1010111 | 1101 | 100000 | 1001100 | 110010 |
Color Harmonies of #DF851E
Complementary color
Monochromatic Colors of #DF851E
Black with #DF851E
Text Example
Text Example
White with #DF851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF851E; }
p { color: rgb(223,133,30); }
H1.HeaderClassName
{
color: #DF851E;
}
.AnyTagClassName
{
color: #DF851E;
}
</style>
background-color css
<style>
a { background-color: #DF851E; }
a { background-color: rgb(223,133,30); }
div.DivClassName
{
background-color: #DF851E;
}
.BgClassName
{
background-color: #DF851E;
}
</style>
border-color css
<style>
span { border-color: #DF851E; }
span { border-color: rgb(223,133,30); }
td.TdClassName
{
border-color: #DF851E;
}
.TagClassName
{
border-color: #DF851E;
}
</style>