Shades of Carrot Orange #DF8313
Tints of Carrot Orange #DF8313
RGB
CMYK
RGB Variations
Color information
#DF8313 (or 0xDF8313) is known color: Carrot Orange. HEX triplet: DF, 83 and 13. RGB value is (223,131,19). Sum of RGB (Red+Green+Blue) = 223+131+19=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8313 is #207CEC. Grayscale: #929292. Windows color (decimal): -2129133 or 1278943. OLE color: 1278943.
HSL color Cylindrical-coordinate representation of color #DF8313: hue angle of 32.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF8313 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.13 |
| HSL | 32.94º | 0.84% | 0.47% | - |
| HSV(B) | 32.94º | 0.91% | 0.87% | - |
| XYZ | 38.67 | 31.97 | 4.75 | - |
| YUV | 145.74 | 56.48 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 19 | 0 | 0.41 | 0.91 | 0.13 | 32.94 | 0.84 | 0.47 |
| Hex | DF | 83 | 13 | 0 | 29 | 5B | D | 21 | 54 | 2F |
| Octal | 337 | 203 | 23 | 0 | 51 | 133 | 15 | 41 | 124 | 57 |
| Binary | 11011111 | 10000011 | 10011 | 0 | 101001 | 1011011 | 1101 | 100001 | 1010100 | 101111 |
Color Harmonies of #DF8313
Complementary color
Monochromatic Colors of #DF8313
Black with #DF8313
Text Example
Text Example
White with #DF8313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8313; }
p { color: rgb(223,131,19); }
H1.HeaderClassName
{
color: #DF8313;
}
.AnyTagClassName
{
color: #DF8313;
}
</style>
background-color css
<style>
a { background-color: #DF8313; }
a { background-color: rgb(223,131,19); }
div.DivClassName
{
background-color: #DF8313;
}
.BgClassName
{
background-color: #DF8313;
}
</style>
border-color css
<style>
span { border-color: #DF8313; }
span { border-color: rgb(223,131,19); }
td.TdClassName
{
border-color: #DF8313;
}
.TagClassName
{
border-color: #DF8313;
}
</style>