Shades of Carrot Orange #DF8918
Tints of Carrot Orange #DF8918
RGB
CMYK
RGB Variations
Color information
#DF8918 (or 0xDF8918) is known color: Carrot Orange. HEX triplet: DF, 89 and 18. RGB value is (223,137,24). Sum of RGB (Red+Green+Blue) = 223+137+24=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8918 is #2076E7. Grayscale: #969696. Windows color (decimal): -2127592 or 1608159. OLE color: 1608159.
HSL color Cylindrical-coordinate representation of color #DF8918: hue angle of 34.07º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF8918 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 24 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.13 |
| HSL | 34.07º | 0.81% | 0.48% | - |
| HSV(B) | 34.07º | 0.89% | 0.87% | - |
| XYZ | 39.54 | 33.65 | 5.27 | - |
| YUV | 149.83 | 56.99 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 24 | 0 | 0.39 | 0.89 | 0.13 | 34.07 | 0.81 | 0.48 |
| Hex | DF | 89 | 18 | 0 | 27 | 59 | D | 22 | 51 | 30 |
| Octal | 337 | 211 | 30 | 0 | 47 | 131 | 15 | 42 | 121 | 60 |
| Binary | 11011111 | 10001001 | 11000 | 0 | 100111 | 1011001 | 1101 | 100010 | 1010001 | 110000 |
Color Harmonies of #DF8918
Complementary color
Monochromatic Colors of #DF8918
Black with #DF8918
Text Example
Text Example
White with #DF8918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8918; }
p { color: rgb(223,137,24); }
H1.HeaderClassName
{
color: #DF8918;
}
.AnyTagClassName
{
color: #DF8918;
}
</style>
background-color css
<style>
a { background-color: #DF8918; }
a { background-color: rgb(223,137,24); }
div.DivClassName
{
background-color: #DF8918;
}
.BgClassName
{
background-color: #DF8918;
}
</style>
border-color css
<style>
span { border-color: #DF8918; }
span { border-color: rgb(223,137,24); }
td.TdClassName
{
border-color: #DF8918;
}
.TagClassName
{
border-color: #DF8918;
}
</style>