Shades of Carrot Orange #DF891F
Tints of Carrot Orange #DF891F
RGB
CMYK
RGB Variations
Color information
#DF891F (or 0xDF891F) is known color: Carrot Orange. HEX triplet: DF, 89 and 1F. RGB value is (223,137,31). Sum of RGB (Red+Green+Blue) = 223+137+31=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF891F is #2076E0. Grayscale: #979797. Windows color (decimal): -2127585 or 2066911. OLE color: 2066911.
HSL color Cylindrical-coordinate representation of color #DF891F: hue angle of 33.12º 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 #DF891F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 31 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.13 |
| HSL | 33.13º | 0.76% | 0.5% | - |
| HSV(B) | 33.13º | 0.86% | 0.87% | - |
| XYZ | 39.62 | 33.68 | 5.71 | - |
| YUV | 150.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 31 | 0 | 0.39 | 0.86 | 0.13 | 33.13 | 0.76 | 0.5 |
| Hex | DF | 89 | 1F | 0 | 27 | 56 | D | 21 | 4C | 32 |
| Octal | 337 | 211 | 37 | 0 | 47 | 126 | 15 | 41 | 114 | 62 |
| Binary | 11011111 | 10001001 | 11111 | 0 | 100111 | 1010110 | 1101 | 100001 | 1001100 | 110010 |
Color Harmonies of #DF891F
Complementary color
Monochromatic Colors of #DF891F
Black with #DF891F
Text Example
Text Example
White with #DF891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF891F; }
p { color: rgb(223,137,31); }
H1.HeaderClassName
{
color: #DF891F;
}
.AnyTagClassName
{
color: #DF891F;
}
</style>
background-color css
<style>
a { background-color: #DF891F; }
a { background-color: rgb(223,137,31); }
div.DivClassName
{
background-color: #DF891F;
}
.BgClassName
{
background-color: #DF891F;
}
</style>
border-color css
<style>
span { border-color: #DF891F; }
span { border-color: rgb(223,137,31); }
td.TdClassName
{
border-color: #DF891F;
}
.TagClassName
{
border-color: #DF891F;
}
</style>