Shades of Carrot Orange #DF811C
Tints of Carrot Orange #DF811C
RGB
CMYK
RGB Variations
Color information
#DF811C (or 0xDF811C) is known color: Carrot Orange. HEX triplet: DF, 81 and 1C. RGB value is (223,129,28). Sum of RGB (Red+Green+Blue) = 223+129+28=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF811C is #207EE3. Grayscale: #929292. Windows color (decimal): -2129636 or 1868255. OLE color: 1868255.
HSL color Cylindrical-coordinate representation of color #DF811C: hue angle of 31.08º degrees, saturation: 0.78, 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 #DF811C is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 28 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.13 |
| HSL | 31.08º | 0.78% | 0.49% | - |
| HSV(B) | 31.08º | 0.87% | 0.87% | - |
| XYZ | 38.49 | 31.47 | 5.14 | - |
| YUV | 145.59 | 61.64 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 28 | 0 | 0.42 | 0.87 | 0.13 | 31.08 | 0.78 | 0.49 |
| Hex | DF | 81 | 1C | 0 | 2A | 57 | D | 1F | 4E | 31 |
| Octal | 337 | 201 | 34 | 0 | 52 | 127 | 15 | 37 | 116 | 61 |
| Binary | 11011111 | 10000001 | 11100 | 0 | 101010 | 1010111 | 1101 | 11111 | 1001110 | 110001 |
Color Harmonies of #DF811C
Complementary color
Monochromatic Colors of #DF811C
Black with #DF811C
Text Example
Text Example
White with #DF811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF811C; }
p { color: rgb(223,129,28); }
H1.HeaderClassName
{
color: #DF811C;
}
.AnyTagClassName
{
color: #DF811C;
}
</style>
background-color css
<style>
a { background-color: #DF811C; }
a { background-color: rgb(223,129,28); }
div.DivClassName
{
background-color: #DF811C;
}
.BgClassName
{
background-color: #DF811C;
}
</style>
border-color css
<style>
span { border-color: #DF811C; }
span { border-color: rgb(223,129,28); }
td.TdClassName
{
border-color: #DF811C;
}
.TagClassName
{
border-color: #DF811C;
}
</style>