Shades of Carrot Orange #DF821F
Tints of Carrot Orange #DF821F
RGB
CMYK
RGB Variations
Color information
#DF821F (or 0xDF821F) is known color: Carrot Orange. HEX triplet: DF, 82 and 1F. RGB value is (223,130,31). Sum of RGB (Red+Green+Blue) = 223+130+31=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF821F is #207DE0. Grayscale: #939393. Windows color (decimal): -2129377 or 2065119. OLE color: 2065119.
HSL color Cylindrical-coordinate representation of color #DF821F: hue angle of 30.94º degrees, saturation: 0.76, 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 #DF821F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 31 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.13 |
| HSL | 30.94º | 0.76% | 0.5% | - |
| HSV(B) | 30.94º | 0.86% | 0.87% | - |
| XYZ | 38.66 | 31.75 | 5.39 | - |
| YUV | 146.52 | 62.81 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 31 | 0 | 0.42 | 0.86 | 0.13 | 30.94 | 0.76 | 0.5 |
| Hex | DF | 82 | 1F | 0 | 2A | 56 | D | 1F | 4C | 32 |
| Octal | 337 | 202 | 37 | 0 | 52 | 126 | 15 | 37 | 114 | 62 |
| Binary | 11011111 | 10000010 | 11111 | 0 | 101010 | 1010110 | 1101 | 11111 | 1001100 | 110010 |
Color Harmonies of #DF821F
Complementary color
Monochromatic Colors of #DF821F
Black with #DF821F
Text Example
Text Example
White with #DF821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF821F; }
p { color: rgb(223,130,31); }
H1.HeaderClassName
{
color: #DF821F;
}
.AnyTagClassName
{
color: #DF821F;
}
</style>
background-color css
<style>
a { background-color: #DF821F; }
a { background-color: rgb(223,130,31); }
div.DivClassName
{
background-color: #DF821F;
}
.BgClassName
{
background-color: #DF821F;
}
</style>
border-color css
<style>
span { border-color: #DF821F; }
span { border-color: rgb(223,130,31); }
td.TdClassName
{
border-color: #DF821F;
}
.TagClassName
{
border-color: #DF821F;
}
</style>