Shades of Carrot Orange #DF861D
Tints of Carrot Orange #DF861D
RGB
CMYK
RGB Variations
Color information
#DF861D (or 0xDF861D) is known color: Carrot Orange. HEX triplet: DF, 86 and 1D. RGB value is (223,134,29). Sum of RGB (Red+Green+Blue) = 223+134+29=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF861D is #2079E2. Grayscale: #959595. Windows color (decimal): -2128355 or 1935071. OLE color: 1935071.
HSL color Cylindrical-coordinate representation of color #DF861D: hue angle of 32.47º 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 #DF861D is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 29 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.13 |
| HSL | 32.47º | 0.77% | 0.49% | - |
| HSV(B) | 32.47º | 0.87% | 0.87% | - |
| XYZ | 39.18 | 32.83 | 5.43 | - |
| YUV | 148.64 | 60.49 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 29 | 0 | 0.40 | 0.87 | 0.13 | 32.47 | 0.77 | 0.49 |
| Hex | DF | 86 | 1D | 0 | 28 | 57 | D | 20 | 4D | 31 |
| Octal | 337 | 206 | 35 | 0 | 50 | 127 | 15 | 40 | 115 | 61 |
| Binary | 11011111 | 10000110 | 11101 | 0 | 101000 | 1010111 | 1101 | 100000 | 1001101 | 110001 |
Color Harmonies of #DF861D
Complementary color
Monochromatic Colors of #DF861D
Black with #DF861D
Text Example
Text Example
White with #DF861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF861D; }
p { color: rgb(223,134,29); }
H1.HeaderClassName
{
color: #DF861D;
}
.AnyTagClassName
{
color: #DF861D;
}
</style>
background-color css
<style>
a { background-color: #DF861D; }
a { background-color: rgb(223,134,29); }
div.DivClassName
{
background-color: #DF861D;
}
.BgClassName
{
background-color: #DF861D;
}
</style>
border-color css
<style>
span { border-color: #DF861D; }
span { border-color: rgb(223,134,29); }
td.TdClassName
{
border-color: #DF861D;
}
.TagClassName
{
border-color: #DF861D;
}
</style>