Shades of Carrot Orange #DF851C
Tints of Carrot Orange #DF851C
RGB
CMYK
RGB Variations
Color information
#DF851C (or 0xDF851C) is known color: Carrot Orange. HEX triplet: DF, 85 and 1C. RGB value is (223,133,28). Sum of RGB (Red+Green+Blue) = 223+133+28=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF851C is #207AE3. Grayscale: #949494. Windows color (decimal): -2128612 or 1869279. OLE color: 1869279.
HSL color Cylindrical-coordinate representation of color #DF851C: hue angle of 32.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF851C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 28 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.13 |
| HSL | 32.31º | 0.78% | 0.49% | - |
| HSV(B) | 32.31º | 0.87% | 0.87% | - |
| XYZ | 39.03 | 32.55 | 5.32 | - |
| YUV | 147.94 | 60.32 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 28 | 0 | 0.40 | 0.87 | 0.13 | 32.31 | 0.78 | 0.49 |
| Hex | DF | 85 | 1C | 0 | 28 | 57 | D | 20 | 4E | 31 |
| Octal | 337 | 205 | 34 | 0 | 50 | 127 | 15 | 40 | 116 | 61 |
| Binary | 11011111 | 10000101 | 11100 | 0 | 101000 | 1010111 | 1101 | 100000 | 1001110 | 110001 |
Color Harmonies of #DF851C
Complementary color
Monochromatic Colors of #DF851C
Black with #DF851C
Text Example
Text Example
White with #DF851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF851C; }
p { color: rgb(223,133,28); }
H1.HeaderClassName
{
color: #DF851C;
}
.AnyTagClassName
{
color: #DF851C;
}
</style>
background-color css
<style>
a { background-color: #DF851C; }
a { background-color: rgb(223,133,28); }
div.DivClassName
{
background-color: #DF851C;
}
.BgClassName
{
background-color: #DF851C;
}
</style>
border-color css
<style>
span { border-color: #DF851C; }
span { border-color: rgb(223,133,28); }
td.TdClassName
{
border-color: #DF851C;
}
.TagClassName
{
border-color: #DF851C;
}
</style>