Shades of Carrot Orange #DF8311
Tints of Carrot Orange #DF8311
RGB
CMYK
RGB Variations
Color information
#DF8311 (or 0xDF8311) is known color: Carrot Orange. HEX triplet: DF, 83 and 11. RGB value is (223,131,17). Sum of RGB (Red+Green+Blue) = 223+131+17=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8311 is #207CEE. Grayscale: #929292. Windows color (decimal): -2129135 or 1147871. OLE color: 1147871.
HSL color Cylindrical-coordinate representation of color #DF8311: hue angle of 33.2º degrees, saturation: 0.86, 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 #DF8311 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 17 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.13 |
| HSL | 33.2º | 0.86% | 0.47% | - |
| HSV(B) | 33.2º | 0.92% | 0.87% | - |
| XYZ | 38.65 | 31.96 | 4.66 | - |
| YUV | 145.51 | 55.48 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 17 | 0 | 0.41 | 0.92 | 0.13 | 33.2 | 0.86 | 0.47 |
| Hex | DF | 83 | 11 | 0 | 29 | 5C | D | 21 | 56 | 2F |
| Octal | 337 | 203 | 21 | 0 | 51 | 134 | 15 | 41 | 126 | 57 |
| Binary | 11011111 | 10000011 | 10001 | 0 | 101001 | 1011100 | 1101 | 100001 | 1010110 | 101111 |
Color Harmonies of #DF8311
Complementary color
Monochromatic Colors of #DF8311
Black with #DF8311
Text Example
Text Example
White with #DF8311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8311; }
p { color: rgb(223,131,17); }
H1.HeaderClassName
{
color: #DF8311;
}
.AnyTagClassName
{
color: #DF8311;
}
</style>
background-color css
<style>
a { background-color: #DF8311; }
a { background-color: rgb(223,131,17); }
div.DivClassName
{
background-color: #DF8311;
}
.BgClassName
{
background-color: #DF8311;
}
</style>
border-color css
<style>
span { border-color: #DF8311; }
span { border-color: rgb(223,131,17); }
td.TdClassName
{
border-color: #DF8311;
}
.TagClassName
{
border-color: #DF8311;
}
</style>