Shades of Carrot Orange #DF831B
Tints of Carrot Orange #DF831B
RGB
CMYK
RGB Variations
Color information
#DF831B (or 0xDF831B) is known color: Carrot Orange. HEX triplet: DF, 83 and 1B. RGB value is (223,131,27). Sum of RGB (Red+Green+Blue) = 223+131+27=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF831B is #207CE4. Grayscale: #939393. Windows color (decimal): -2129125 or 1803231. OLE color: 1803231.
HSL color Cylindrical-coordinate representation of color #DF831B: hue angle of 31.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF831B is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 27 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.13 |
| HSL | 31.84º | 0.78% | 0.49% | - |
| HSV(B) | 31.84º | 0.88% | 0.87% | - |
| XYZ | 38.75 | 32 | 5.17 | - |
| YUV | 146.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 27 | 0 | 0.41 | 0.88 | 0.13 | 31.84 | 0.78 | 0.49 |
| Hex | DF | 83 | 1B | 0 | 29 | 58 | D | 20 | 4E | 31 |
| Octal | 337 | 203 | 33 | 0 | 51 | 130 | 15 | 40 | 116 | 61 |
| Binary | 11011111 | 10000011 | 11011 | 0 | 101001 | 1011000 | 1101 | 100000 | 1001110 | 110001 |
Color Harmonies of #DF831B
Complementary color
Monochromatic Colors of #DF831B
Black with #DF831B
Text Example
Text Example
White with #DF831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF831B; }
p { color: rgb(223,131,27); }
H1.HeaderClassName
{
color: #DF831B;
}
.AnyTagClassName
{
color: #DF831B;
}
</style>
background-color css
<style>
a { background-color: #DF831B; }
a { background-color: rgb(223,131,27); }
div.DivClassName
{
background-color: #DF831B;
}
.BgClassName
{
background-color: #DF831B;
}
</style>
border-color css
<style>
span { border-color: #DF831B; }
span { border-color: rgb(223,131,27); }
td.TdClassName
{
border-color: #DF831B;
}
.TagClassName
{
border-color: #DF831B;
}
</style>