Shades of Carrot Orange #DF8717
Tints of Carrot Orange #DF8717
RGB
CMYK
RGB Variations
Color information
#DF8717 (or 0xDF8717) is known color: Carrot Orange. HEX triplet: DF, 87 and 17. RGB value is (223,135,23). Sum of RGB (Red+Green+Blue) = 223+135+23=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8717 is #2078E8. Grayscale: #959595. Windows color (decimal): -2128105 or 1542111. OLE color: 1542111.
HSL color Cylindrical-coordinate representation of color #DF8717: hue angle of 33.6º 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 #DF8717 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 23 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.13 |
| HSL | 33.6º | 0.81% | 0.48% | - |
| HSV(B) | 33.6º | 0.9% | 0.87% | - |
| XYZ | 39.25 | 33.08 | 5.13 | - |
| YUV | 148.54 | 57.15 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 23 | 0 | 0.39 | 0.90 | 0.13 | 33.6 | 0.81 | 0.48 |
| Hex | DF | 87 | 17 | 0 | 27 | 5A | D | 22 | 51 | 30 |
| Octal | 337 | 207 | 27 | 0 | 47 | 132 | 15 | 42 | 121 | 60 |
| Binary | 11011111 | 10000111 | 10111 | 0 | 100111 | 1011010 | 1101 | 100010 | 1010001 | 110000 |
Color Harmonies of #DF8717
Complementary color
Monochromatic Colors of #DF8717
Black with #DF8717
Text Example
Text Example
White with #DF8717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8717; }
p { color: rgb(223,135,23); }
H1.HeaderClassName
{
color: #DF8717;
}
.AnyTagClassName
{
color: #DF8717;
}
</style>
background-color css
<style>
a { background-color: #DF8717; }
a { background-color: rgb(223,135,23); }
div.DivClassName
{
background-color: #DF8717;
}
.BgClassName
{
background-color: #DF8717;
}
</style>
border-color css
<style>
span { border-color: #DF8717; }
span { border-color: rgb(223,135,23); }
td.TdClassName
{
border-color: #DF8717;
}
.TagClassName
{
border-color: #DF8717;
}
</style>