Shades of Carrot Orange #DF8218
Tints of Carrot Orange #DF8218
RGB
CMYK
RGB Variations
Color information
#DF8218 (or 0xDF8218) is known color: Carrot Orange. HEX triplet: DF, 82 and 18. RGB value is (223,130,24). Sum of RGB (Red+Green+Blue) = 223+130+24=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8218 is #207DE7. Grayscale: #929292. Windows color (decimal): -2129384 or 1606367. OLE color: 1606367.
HSL color Cylindrical-coordinate representation of color #DF8218: hue angle of 31.96º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF8218 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 24 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.13 |
| HSL | 31.96º | 0.81% | 0.48% | - |
| HSV(B) | 31.96º | 0.89% | 0.87% | - |
| XYZ | 38.58 | 31.72 | 4.95 | - |
| YUV | 145.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 24 | 0 | 0.42 | 0.89 | 0.13 | 31.96 | 0.81 | 0.48 |
| Hex | DF | 82 | 18 | 0 | 2A | 59 | D | 20 | 51 | 30 |
| Octal | 337 | 202 | 30 | 0 | 52 | 131 | 15 | 40 | 121 | 60 |
| Binary | 11011111 | 10000010 | 11000 | 0 | 101010 | 1011001 | 1101 | 100000 | 1010001 | 110000 |
Color Harmonies of #DF8218
Complementary color
Monochromatic Colors of #DF8218
Black with #DF8218
Text Example
Text Example
White with #DF8218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8218; }
p { color: rgb(223,130,24); }
H1.HeaderClassName
{
color: #DF8218;
}
.AnyTagClassName
{
color: #DF8218;
}
</style>
background-color css
<style>
a { background-color: #DF8218; }
a { background-color: rgb(223,130,24); }
div.DivClassName
{
background-color: #DF8218;
}
.BgClassName
{
background-color: #DF8218;
}
</style>
border-color css
<style>
span { border-color: #DF8218; }
span { border-color: rgb(223,130,24); }
td.TdClassName
{
border-color: #DF8218;
}
.TagClassName
{
border-color: #DF8218;
}
</style>