Shades of Carrot Orange #DF8513
Tints of Carrot Orange #DF8513
RGB
CMYK
RGB Variations
Color information
#DF8513 (or 0xDF8513) is known color: Carrot Orange. HEX triplet: DF, 85 and 13. RGB value is (223,133,19). Sum of RGB (Red+Green+Blue) = 223+133+19=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8513 is #207AEC. Grayscale: #939393. Windows color (decimal): -2128621 or 1279455. OLE color: 1279455.
HSL color Cylindrical-coordinate representation of color #DF8513: hue angle of 33.53º 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 #DF8513 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 19 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.13 |
| HSL | 33.53º | 0.84% | 0.47% | - |
| HSV(B) | 33.53º | 0.91% | 0.87% | - |
| XYZ | 38.94 | 32.51 | 4.84 | - |
| YUV | 146.91 | 55.82 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 19 | 0 | 0.40 | 0.91 | 0.13 | 33.53 | 0.84 | 0.47 |
| Hex | DF | 85 | 13 | 0 | 28 | 5B | D | 22 | 54 | 2F |
| Octal | 337 | 205 | 23 | 0 | 50 | 133 | 15 | 42 | 124 | 57 |
| Binary | 11011111 | 10000101 | 10011 | 0 | 101000 | 1011011 | 1101 | 100010 | 1010100 | 101111 |
Color Harmonies of #DF8513
Complementary color
Monochromatic Colors of #DF8513
Black with #DF8513
Text Example
Text Example
White with #DF8513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8513; }
p { color: rgb(223,133,19); }
H1.HeaderClassName
{
color: #DF8513;
}
.AnyTagClassName
{
color: #DF8513;
}
</style>
background-color css
<style>
a { background-color: #DF8513; }
a { background-color: rgb(223,133,19); }
div.DivClassName
{
background-color: #DF8513;
}
.BgClassName
{
background-color: #DF8513;
}
</style>
border-color css
<style>
span { border-color: #DF8513; }
span { border-color: rgb(223,133,19); }
td.TdClassName
{
border-color: #DF8513;
}
.TagClassName
{
border-color: #DF8513;
}
</style>