Shades of Carrot Orange #DF8316
Tints of Carrot Orange #DF8316
RGB
CMYK
RGB Variations
Color information
#DF8316 (or 0xDF8316) is known color: Carrot Orange. HEX triplet: DF, 83 and 16. RGB value is (223,131,22). Sum of RGB (Red+Green+Blue) = 223+131+22=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8316 is #207CE9. Grayscale: #929292. Windows color (decimal): -2129130 or 1475551. OLE color: 1475551.
HSL color Cylindrical-coordinate representation of color #DF8316: hue angle of 32.54º degrees, saturation: 0.82, 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 #DF8316 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 22 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.13 |
| HSL | 32.54º | 0.82% | 0.48% | - |
| HSV(B) | 32.54º | 0.9% | 0.87% | - |
| XYZ | 38.69 | 31.98 | 4.89 | - |
| YUV | 146.08 | 57.98 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 22 | 0 | 0.41 | 0.90 | 0.13 | 32.54 | 0.82 | 0.48 |
| Hex | DF | 83 | 16 | 0 | 29 | 5A | D | 21 | 52 | 30 |
| Octal | 337 | 203 | 26 | 0 | 51 | 132 | 15 | 41 | 122 | 60 |
| Binary | 11011111 | 10000011 | 10110 | 0 | 101001 | 1011010 | 1101 | 100001 | 1010010 | 110000 |
Color Harmonies of #DF8316
Complementary color
Monochromatic Colors of #DF8316
Black with #DF8316
Text Example
Text Example
White with #DF8316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8316; }
p { color: rgb(223,131,22); }
H1.HeaderClassName
{
color: #DF8316;
}
.AnyTagClassName
{
color: #DF8316;
}
</style>
background-color css
<style>
a { background-color: #DF8316; }
a { background-color: rgb(223,131,22); }
div.DivClassName
{
background-color: #DF8316;
}
.BgClassName
{
background-color: #DF8316;
}
</style>
border-color css
<style>
span { border-color: #DF8316; }
span { border-color: rgb(223,131,22); }
td.TdClassName
{
border-color: #DF8316;
}
.TagClassName
{
border-color: #DF8316;
}
</style>