Shades of Carrot Orange #DF811D
Tints of Carrot Orange #DF811D
RGB
CMYK
RGB Variations
Color information
#DF811D (or 0xDF811D) is known color: Carrot Orange. HEX triplet: DF, 81 and 1D. RGB value is (223,129,29). Sum of RGB (Red+Green+Blue) = 223+129+29=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF811D is #207EE2. Grayscale: #929292. Windows color (decimal): -2129635 or 1933791. OLE color: 1933791.
HSL color Cylindrical-coordinate representation of color #DF811D: hue angle of 30.93º 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 #DF811D is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 29 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.13 |
| HSL | 30.93º | 0.77% | 0.49% | - |
| HSV(B) | 30.93º | 0.87% | 0.87% | - |
| XYZ | 38.5 | 31.48 | 5.21 | - |
| YUV | 145.71 | 62.14 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 29 | 0 | 0.42 | 0.87 | 0.13 | 30.93 | 0.77 | 0.49 |
| Hex | DF | 81 | 1D | 0 | 2A | 57 | D | 1F | 4D | 31 |
| Octal | 337 | 201 | 35 | 0 | 52 | 127 | 15 | 37 | 115 | 61 |
| Binary | 11011111 | 10000001 | 11101 | 0 | 101010 | 1010111 | 1101 | 11111 | 1001101 | 110001 |
Color Harmonies of #DF811D
Complementary color
Monochromatic Colors of #DF811D
Black with #DF811D
Text Example
Text Example
White with #DF811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF811D; }
p { color: rgb(223,129,29); }
H1.HeaderClassName
{
color: #DF811D;
}
.AnyTagClassName
{
color: #DF811D;
}
</style>
background-color css
<style>
a { background-color: #DF811D; }
a { background-color: rgb(223,129,29); }
div.DivClassName
{
background-color: #DF811D;
}
.BgClassName
{
background-color: #DF811D;
}
</style>
border-color css
<style>
span { border-color: #DF811D; }
span { border-color: rgb(223,129,29); }
td.TdClassName
{
border-color: #DF811D;
}
.TagClassName
{
border-color: #DF811D;
}
</style>