Shades of Carrot Orange #DF8621
Tints of Carrot Orange #DF8621
RGB
CMYK
RGB Variations
Color information
#DF8621 (or 0xDF8621) is known color: Carrot Orange. HEX triplet: DF, 86 and 21. RGB value is (223,134,33). Sum of RGB (Red+Green+Blue) = 223+134+33=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8621 is #2079DE. Grayscale: #959595. Windows color (decimal): -2128351 or 2197215. OLE color: 2197215.
HSL color Cylindrical-coordinate representation of color #DF8621: hue angle of 31.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF8621 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 33 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.13 |
| HSL | 31.89º | 0.75% | 0.5% | - |
| HSV(B) | 31.89º | 0.85% | 0.87% | - |
| XYZ | 39.23 | 32.85 | 5.71 | - |
| YUV | 149.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 33 | 0 | 0.40 | 0.85 | 0.13 | 31.89 | 0.75 | 0.5 |
| Hex | DF | 86 | 21 | 0 | 28 | 55 | D | 20 | 4B | 32 |
| Octal | 337 | 206 | 41 | 0 | 50 | 125 | 15 | 40 | 113 | 62 |
| Binary | 11011111 | 10000110 | 100001 | 0 | 101000 | 1010101 | 1101 | 100000 | 1001011 | 110010 |
Color Harmonies of #DF8621
Complementary color
Monochromatic Colors of #DF8621
Black with #DF8621
Text Example
Text Example
White with #DF8621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8621; }
p { color: rgb(223,134,33); }
H1.HeaderClassName
{
color: #DF8621;
}
.AnyTagClassName
{
color: #DF8621;
}
</style>
background-color css
<style>
a { background-color: #DF8621; }
a { background-color: rgb(223,134,33); }
div.DivClassName
{
background-color: #DF8621;
}
.BgClassName
{
background-color: #DF8621;
}
</style>
border-color css
<style>
span { border-color: #DF8621; }
span { border-color: rgb(223,134,33); }
td.TdClassName
{
border-color: #DF8621;
}
.TagClassName
{
border-color: #DF8621;
}
</style>