Shades of Carrot Orange #DF8916
Tints of Carrot Orange #DF8916
RGB
CMYK
RGB Variations
Color information
#DF8916 (or 0xDF8916) is known color: Carrot Orange. HEX triplet: DF, 89 and 16. RGB value is (223,137,22). Sum of RGB (Red+Green+Blue) = 223+137+22=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8916 is #2076E9. Grayscale: #969696. Windows color (decimal): -2127594 or 1477087. OLE color: 1477087.
HSL color Cylindrical-coordinate representation of color #DF8916: hue angle of 34.33º 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 #DF8916 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 22 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.13 |
| HSL | 34.33º | 0.82% | 0.48% | - |
| HSV(B) | 34.33º | 0.9% | 0.87% | - |
| XYZ | 39.52 | 33.64 | 5.17 | - |
| YUV | 149.6 | 55.99 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 22 | 0 | 0.39 | 0.90 | 0.13 | 34.33 | 0.82 | 0.48 |
| Hex | DF | 89 | 16 | 0 | 27 | 5A | D | 22 | 52 | 30 |
| Octal | 337 | 211 | 26 | 0 | 47 | 132 | 15 | 42 | 122 | 60 |
| Binary | 11011111 | 10001001 | 10110 | 0 | 100111 | 1011010 | 1101 | 100010 | 1010010 | 110000 |
Color Harmonies of #DF8916
Complementary color
Monochromatic Colors of #DF8916
Black with #DF8916
Text Example
Text Example
White with #DF8916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8916; }
p { color: rgb(223,137,22); }
H1.HeaderClassName
{
color: #DF8916;
}
.AnyTagClassName
{
color: #DF8916;
}
</style>
background-color css
<style>
a { background-color: #DF8916; }
a { background-color: rgb(223,137,22); }
div.DivClassName
{
background-color: #DF8916;
}
.BgClassName
{
background-color: #DF8916;
}
</style>
border-color css
<style>
span { border-color: #DF8916; }
span { border-color: rgb(223,137,22); }
td.TdClassName
{
border-color: #DF8916;
}
.TagClassName
{
border-color: #DF8916;
}
</style>