Shades of Carrot Orange #DF8420
Tints of Carrot Orange #DF8420
RGB
CMYK
RGB Variations
Color information
#DF8420 (or 0xDF8420) is known color: Carrot Orange. HEX triplet: DF, 84 and 20. RGB value is (223,132,32). Sum of RGB (Red+Green+Blue) = 223+132+32=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8420 is #207BDF. Grayscale: #949494. Windows color (decimal): -2128864 or 2131167. OLE color: 2131167.
HSL color Cylindrical-coordinate representation of color #DF8420: hue angle of 31.41º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF8420 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 32 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.13 |
| HSL | 31.41º | 0.75% | 0.5% | - |
| HSV(B) | 31.41º | 0.86% | 0.87% | - |
| XYZ | 38.94 | 32.29 | 5.55 | - |
| YUV | 147.81 | 62.65 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 32 | 0 | 0.41 | 0.86 | 0.13 | 31.41 | 0.75 | 0.5 |
| Hex | DF | 84 | 20 | 0 | 29 | 56 | D | 1F | 4B | 32 |
| Octal | 337 | 204 | 40 | 0 | 51 | 126 | 15 | 37 | 113 | 62 |
| Binary | 11011111 | 10000100 | 100000 | 0 | 101001 | 1010110 | 1101 | 11111 | 1001011 | 110010 |
Color Harmonies of #DF8420
Complementary color
Monochromatic Colors of #DF8420
Black with #DF8420
Text Example
Text Example
White with #DF8420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8420; }
p { color: rgb(223,132,32); }
H1.HeaderClassName
{
color: #DF8420;
}
.AnyTagClassName
{
color: #DF8420;
}
</style>
background-color css
<style>
a { background-color: #DF8420; }
a { background-color: rgb(223,132,32); }
div.DivClassName
{
background-color: #DF8420;
}
.BgClassName
{
background-color: #DF8420;
}
</style>
border-color css
<style>
span { border-color: #DF8420; }
span { border-color: rgb(223,132,32); }
td.TdClassName
{
border-color: #DF8420;
}
.TagClassName
{
border-color: #DF8420;
}
</style>