Shades of Carrot Orange #DF8422
Tints of Carrot Orange #DF8422
RGB
CMYK
RGB Variations
Color information
#DF8422 (or 0xDF8422) is known color: Carrot Orange. HEX triplet: DF, 84 and 22. RGB value is (223,132,34). Sum of RGB (Red+Green+Blue) = 223+132+34=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8422 is #207BDD. Grayscale: #949494. Windows color (decimal): -2128862 or 2262239. OLE color: 2262239.
HSL color Cylindrical-coordinate representation of color #DF8422: hue angle of 31.11º 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 #DF8422 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 34 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.13 |
| HSL | 31.11º | 0.75% | 0.5% | - |
| HSV(B) | 31.11º | 0.85% | 0.87% | - |
| XYZ | 38.97 | 32.31 | 5.7 | - |
| YUV | 148.04 | 63.65 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 34 | 0 | 0.41 | 0.85 | 0.13 | 31.11 | 0.75 | 0.5 |
| Hex | DF | 84 | 22 | 0 | 29 | 55 | D | 1F | 4B | 32 |
| Octal | 337 | 204 | 42 | 0 | 51 | 125 | 15 | 37 | 113 | 62 |
| Binary | 11011111 | 10000100 | 100010 | 0 | 101001 | 1010101 | 1101 | 11111 | 1001011 | 110010 |
Color Harmonies of #DF8422
Complementary color
Monochromatic Colors of #DF8422
Black with #DF8422
Text Example
Text Example
White with #DF8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8422; }
p { color: rgb(223,132,34); }
H1.HeaderClassName
{
color: #DF8422;
}
.AnyTagClassName
{
color: #DF8422;
}
</style>
background-color css
<style>
a { background-color: #DF8422; }
a { background-color: rgb(223,132,34); }
div.DivClassName
{
background-color: #DF8422;
}
.BgClassName
{
background-color: #DF8422;
}
</style>
border-color css
<style>
span { border-color: #DF8422; }
span { border-color: rgb(223,132,34); }
td.TdClassName
{
border-color: #DF8422;
}
.TagClassName
{
border-color: #DF8422;
}
</style>