Shades of Carrot Orange #DF8512
Tints of Carrot Orange #DF8512
RGB
CMYK
RGB Variations
Color information
#DF8512 (or 0xDF8512) is known color: Carrot Orange. HEX triplet: DF, 85 and 12. RGB value is (223,133,18). Sum of RGB (Red+Green+Blue) = 223+133+18=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8512 is #207AED. Grayscale: #939393. Windows color (decimal): -2128622 or 1213919. OLE color: 1213919.
HSL color Cylindrical-coordinate representation of color #DF8512: hue angle of 33.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF8512 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 18 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.13 |
| HSL | 33.66º | 0.85% | 0.47% | - |
| HSV(B) | 33.66º | 0.92% | 0.87% | - |
| XYZ | 38.93 | 32.51 | 4.79 | - |
| YUV | 146.8 | 55.32 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 18 | 0 | 0.40 | 0.92 | 0.13 | 33.66 | 0.85 | 0.47 |
| Hex | DF | 85 | 12 | 0 | 28 | 5C | D | 22 | 55 | 2F |
| Octal | 337 | 205 | 22 | 0 | 50 | 134 | 15 | 42 | 125 | 57 |
| Binary | 11011111 | 10000101 | 10010 | 0 | 101000 | 1011100 | 1101 | 100010 | 1010101 | 101111 |
Color Harmonies of #DF8512
Complementary color
Monochromatic Colors of #DF8512
Black with #DF8512
Text Example
Text Example
White with #DF8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8512; }
p { color: rgb(223,133,18); }
H1.HeaderClassName
{
color: #DF8512;
}
.AnyTagClassName
{
color: #DF8512;
}
</style>
background-color css
<style>
a { background-color: #DF8512; }
a { background-color: rgb(223,133,18); }
div.DivClassName
{
background-color: #DF8512;
}
.BgClassName
{
background-color: #DF8512;
}
</style>
border-color css
<style>
span { border-color: #DF8512; }
span { border-color: rgb(223,133,18); }
td.TdClassName
{
border-color: #DF8512;
}
.TagClassName
{
border-color: #DF8512;
}
</style>