Shades of Carrot Orange #DF871F
Tints of Carrot Orange #DF871F
RGB
CMYK
RGB Variations
Color information
#DF871F (or 0xDF871F) is known color: Carrot Orange. HEX triplet: DF, 87 and 1F. RGB value is (223,135,31). Sum of RGB (Red+Green+Blue) = 223+135+31=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF871F is #2078E0. Grayscale: #959595. Windows color (decimal): -2128097 or 2066399. OLE color: 2066399.
HSL color Cylindrical-coordinate representation of color #DF871F: hue angle of 32.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF871F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 31 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.13 |
| HSL | 32.5º | 0.76% | 0.5% | - |
| HSV(B) | 32.5º | 0.86% | 0.87% | - |
| XYZ | 39.34 | 33.11 | 5.61 | - |
| YUV | 149.46 | 61.15 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 31 | 0 | 0.39 | 0.86 | 0.13 | 32.5 | 0.76 | 0.5 |
| Hex | DF | 87 | 1F | 0 | 27 | 56 | D | 20 | 4C | 32 |
| Octal | 337 | 207 | 37 | 0 | 47 | 126 | 15 | 40 | 114 | 62 |
| Binary | 11011111 | 10000111 | 11111 | 0 | 100111 | 1010110 | 1101 | 100000 | 1001100 | 110010 |
Color Harmonies of #DF871F
Complementary color
Monochromatic Colors of #DF871F
Black with #DF871F
Text Example
Text Example
White with #DF871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF871F; }
p { color: rgb(223,135,31); }
H1.HeaderClassName
{
color: #DF871F;
}
.AnyTagClassName
{
color: #DF871F;
}
</style>
background-color css
<style>
a { background-color: #DF871F; }
a { background-color: rgb(223,135,31); }
div.DivClassName
{
background-color: #DF871F;
}
.BgClassName
{
background-color: #DF871F;
}
</style>
border-color css
<style>
span { border-color: #DF871F; }
span { border-color: rgb(223,135,31); }
td.TdClassName
{
border-color: #DF871F;
}
.TagClassName
{
border-color: #DF871F;
}
</style>