Shades of Carrot Orange #DF8517
Tints of Carrot Orange #DF8517
RGB
CMYK
RGB Variations
Color information
#DF8517 (or 0xDF8517) is known color: Carrot Orange. HEX triplet: DF, 85 and 17. RGB value is (223,133,23). Sum of RGB (Red+Green+Blue) = 223+133+23=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8517 is #207AE8. Grayscale: #939393. Windows color (decimal): -2128617 or 1541599. OLE color: 1541599.
HSL color Cylindrical-coordinate representation of color #DF8517: hue angle of 33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF8517 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 23 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.13 |
| HSL | 33º | 0.81% | 0.48% | - |
| HSV(B) | 33º | 0.9% | 0.87% | - |
| XYZ | 38.97 | 32.52 | 5.03 | - |
| YUV | 147.37 | 57.82 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 23 | 0 | 0.40 | 0.90 | 0.13 | 33 | 0.81 | 0.48 |
| Hex | DF | 85 | 17 | 0 | 28 | 5A | D | 21 | 51 | 30 |
| Octal | 337 | 205 | 27 | 0 | 50 | 132 | 15 | 41 | 121 | 60 |
| Binary | 11011111 | 10000101 | 10111 | 0 | 101000 | 1011010 | 1101 | 100001 | 1010001 | 110000 |
Color Harmonies of #DF8517
Complementary color
Monochromatic Colors of #DF8517
Black with #DF8517
Text Example
Text Example
White with #DF8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8517; }
p { color: rgb(223,133,23); }
H1.HeaderClassName
{
color: #DF8517;
}
.AnyTagClassName
{
color: #DF8517;
}
</style>
background-color css
<style>
a { background-color: #DF8517; }
a { background-color: rgb(223,133,23); }
div.DivClassName
{
background-color: #DF8517;
}
.BgClassName
{
background-color: #DF8517;
}
</style>
border-color css
<style>
span { border-color: #DF8517; }
span { border-color: rgb(223,133,23); }
td.TdClassName
{
border-color: #DF8517;
}
.TagClassName
{
border-color: #DF8517;
}
</style>