Shades of Carrot Orange #DF881E
Tints of Carrot Orange #DF881E
RGB
CMYK
RGB Variations
Color information
#DF881E (or 0xDF881E) is known color: Carrot Orange. HEX triplet: DF, 88 and 1E. RGB value is (223,136,30). Sum of RGB (Red+Green+Blue) = 223+136+30=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF881E is #2077E1. Grayscale: #969696. Windows color (decimal): -2127842 or 2001119. OLE color: 2001119.
HSL color Cylindrical-coordinate representation of color #DF881E: hue angle of 32.95º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF881E is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 30 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.13 |
| HSL | 32.95º | 0.76% | 0.5% | - |
| HSV(B) | 32.95º | 0.87% | 0.87% | - |
| XYZ | 39.47 | 33.39 | 5.59 | - |
| YUV | 149.93 | 60.32 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 30 | 0 | 0.39 | 0.87 | 0.13 | 32.95 | 0.76 | 0.5 |
| Hex | DF | 88 | 1E | 0 | 27 | 57 | D | 21 | 4C | 32 |
| Octal | 337 | 210 | 36 | 0 | 47 | 127 | 15 | 41 | 114 | 62 |
| Binary | 11011111 | 10001000 | 11110 | 0 | 100111 | 1010111 | 1101 | 100001 | 1001100 | 110010 |
Color Harmonies of #DF881E
Complementary color
Monochromatic Colors of #DF881E
Black with #DF881E
Text Example
Text Example
White with #DF881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF881E; }
p { color: rgb(223,136,30); }
H1.HeaderClassName
{
color: #DF881E;
}
.AnyTagClassName
{
color: #DF881E;
}
</style>
background-color css
<style>
a { background-color: #DF881E; }
a { background-color: rgb(223,136,30); }
div.DivClassName
{
background-color: #DF881E;
}
.BgClassName
{
background-color: #DF881E;
}
</style>
border-color css
<style>
span { border-color: #DF881E; }
span { border-color: rgb(223,136,30); }
td.TdClassName
{
border-color: #DF881E;
}
.TagClassName
{
border-color: #DF881E;
}
</style>