Shades of Carrot Orange #DF8215
Tints of Carrot Orange #DF8215
RGB
CMYK
RGB Variations
Color information
#DF8215 (or 0xDF8215) is known color: Carrot Orange. HEX triplet: DF, 82 and 15. RGB value is (223,130,21). Sum of RGB (Red+Green+Blue) = 223+130+21=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8215 is #207DEA. Grayscale: #919191. Windows color (decimal): -2129387 or 1409759. OLE color: 1409759.
HSL color Cylindrical-coordinate representation of color #DF8215: hue angle of 32.38º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF8215 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 21 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.13 |
| HSL | 32.38º | 0.83% | 0.48% | - |
| HSV(B) | 32.38º | 0.91% | 0.87% | - |
| XYZ | 38.55 | 31.71 | 4.8 | - |
| YUV | 145.38 | 57.81 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 21 | 0 | 0.42 | 0.91 | 0.13 | 32.38 | 0.83 | 0.48 |
| Hex | DF | 82 | 15 | 0 | 2A | 5B | D | 20 | 53 | 30 |
| Octal | 337 | 202 | 25 | 0 | 52 | 133 | 15 | 40 | 123 | 60 |
| Binary | 11011111 | 10000010 | 10101 | 0 | 101010 | 1011011 | 1101 | 100000 | 1010011 | 110000 |
Color Harmonies of #DF8215
Complementary color
Monochromatic Colors of #DF8215
Black with #DF8215
Text Example
Text Example
White with #DF8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8215; }
p { color: rgb(223,130,21); }
H1.HeaderClassName
{
color: #DF8215;
}
.AnyTagClassName
{
color: #DF8215;
}
</style>
background-color css
<style>
a { background-color: #DF8215; }
a { background-color: rgb(223,130,21); }
div.DivClassName
{
background-color: #DF8215;
}
.BgClassName
{
background-color: #DF8215;
}
</style>
border-color css
<style>
span { border-color: #DF8215; }
span { border-color: rgb(223,130,21); }
td.TdClassName
{
border-color: #DF8215;
}
.TagClassName
{
border-color: #DF8215;
}
</style>