Shades of Carrot Orange #DF8718
Tints of Carrot Orange #DF8718
RGB
CMYK
RGB Variations
Color information
#DF8718 (or 0xDF8718) is known color: Carrot Orange. HEX triplet: DF, 87 and 18. RGB value is (223,135,24). Sum of RGB (Red+Green+Blue) = 223+135+24=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8718 is #2078E7. Grayscale: #959595. Windows color (decimal): -2128104 or 1607647. OLE color: 1607647.
HSL color Cylindrical-coordinate representation of color #DF8718: hue angle of 33.47º 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 #DF8718 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 24 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.13 |
| HSL | 33.47º | 0.81% | 0.48% | - |
| HSV(B) | 33.47º | 0.89% | 0.87% | - |
| XYZ | 39.26 | 33.08 | 5.18 | - |
| YUV | 148.66 | 57.65 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 24 | 0 | 0.39 | 0.89 | 0.13 | 33.47 | 0.81 | 0.48 |
| Hex | DF | 87 | 18 | 0 | 27 | 59 | D | 21 | 51 | 30 |
| Octal | 337 | 207 | 30 | 0 | 47 | 131 | 15 | 41 | 121 | 60 |
| Binary | 11011111 | 10000111 | 11000 | 0 | 100111 | 1011001 | 1101 | 100001 | 1010001 | 110000 |
Color Harmonies of #DF8718
Complementary color
Monochromatic Colors of #DF8718
Black with #DF8718
Text Example
Text Example
White with #DF8718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8718; }
p { color: rgb(223,135,24); }
H1.HeaderClassName
{
color: #DF8718;
}
.AnyTagClassName
{
color: #DF8718;
}
</style>
background-color css
<style>
a { background-color: #DF8718; }
a { background-color: rgb(223,135,24); }
div.DivClassName
{
background-color: #DF8718;
}
.BgClassName
{
background-color: #DF8718;
}
</style>
border-color css
<style>
span { border-color: #DF8718; }
span { border-color: rgb(223,135,24); }
td.TdClassName
{
border-color: #DF8718;
}
.TagClassName
{
border-color: #DF8718;
}
</style>