Shades of Carrot Orange #DF831D
Tints of Carrot Orange #DF831D
RGB
CMYK
RGB Variations
Color information
#DF831D (or 0xDF831D) is known color: Carrot Orange. HEX triplet: DF, 83 and 1D. RGB value is (223,131,29). Sum of RGB (Red+Green+Blue) = 223+131+29=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF831D is #207CE2. Grayscale: #939393. Windows color (decimal): -2129123 or 1934303. OLE color: 1934303.
HSL color Cylindrical-coordinate representation of color #DF831D: hue angle of 31.55º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF831D is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 29 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.13 |
| HSL | 31.55º | 0.77% | 0.49% | - |
| HSV(B) | 31.55º | 0.87% | 0.87% | - |
| XYZ | 38.77 | 32.01 | 5.3 | - |
| YUV | 146.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 29 | 0 | 0.41 | 0.87 | 0.13 | 31.55 | 0.77 | 0.49 |
| Hex | DF | 83 | 1D | 0 | 29 | 57 | D | 20 | 4D | 31 |
| Octal | 337 | 203 | 35 | 0 | 51 | 127 | 15 | 40 | 115 | 61 |
| Binary | 11011111 | 10000011 | 11101 | 0 | 101001 | 1010111 | 1101 | 100000 | 1001101 | 110001 |
Color Harmonies of #DF831D
Complementary color
Monochromatic Colors of #DF831D
Black with #DF831D
Text Example
Text Example
White with #DF831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF831D; }
p { color: rgb(223,131,29); }
H1.HeaderClassName
{
color: #DF831D;
}
.AnyTagClassName
{
color: #DF831D;
}
</style>
background-color css
<style>
a { background-color: #DF831D; }
a { background-color: rgb(223,131,29); }
div.DivClassName
{
background-color: #DF831D;
}
.BgClassName
{
background-color: #DF831D;
}
</style>
border-color css
<style>
span { border-color: #DF831D; }
span { border-color: rgb(223,131,29); }
td.TdClassName
{
border-color: #DF831D;
}
.TagClassName
{
border-color: #DF831D;
}
</style>