Shades of Carrot Orange #DF851D
Tints of Carrot Orange #DF851D
RGB
CMYK
RGB Variations
Color information
#DF851D (or 0xDF851D) is known color: Carrot Orange. HEX triplet: DF, 85 and 1D. RGB value is (223,133,29). Sum of RGB (Red+Green+Blue) = 223+133+29=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF851D is #207AE2. Grayscale: #949494. Windows color (decimal): -2128611 or 1934815. OLE color: 1934815.
HSL color Cylindrical-coordinate representation of color #DF851D: hue angle of 32.16º degrees, saturation: 0.77, 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 #DF851D is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 29 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.13 |
| HSL | 32.16º | 0.77% | 0.49% | - |
| HSV(B) | 32.16º | 0.87% | 0.87% | - |
| XYZ | 39.04 | 32.55 | 5.39 | - |
| YUV | 148.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 29 | 0 | 0.40 | 0.87 | 0.13 | 32.16 | 0.77 | 0.49 |
| Hex | DF | 85 | 1D | 0 | 28 | 57 | D | 20 | 4D | 31 |
| Octal | 337 | 205 | 35 | 0 | 50 | 127 | 15 | 40 | 115 | 61 |
| Binary | 11011111 | 10000101 | 11101 | 0 | 101000 | 1010111 | 1101 | 100000 | 1001101 | 110001 |
Color Harmonies of #DF851D
Complementary color
Monochromatic Colors of #DF851D
Black with #DF851D
Text Example
Text Example
White with #DF851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF851D; }
p { color: rgb(223,133,29); }
H1.HeaderClassName
{
color: #DF851D;
}
.AnyTagClassName
{
color: #DF851D;
}
</style>
background-color css
<style>
a { background-color: #DF851D; }
a { background-color: rgb(223,133,29); }
div.DivClassName
{
background-color: #DF851D;
}
.BgClassName
{
background-color: #DF851D;
}
</style>
border-color css
<style>
span { border-color: #DF851D; }
span { border-color: rgb(223,133,29); }
td.TdClassName
{
border-color: #DF851D;
}
.TagClassName
{
border-color: #DF851D;
}
</style>