Shades of Carrot Orange #DF881F
Tints of Carrot Orange #DF881F
RGB
CMYK
RGB Variations
Color information
#DF881F (or 0xDF881F) is known color: Carrot Orange. HEX triplet: DF, 88 and 1F. RGB value is (223,136,31). Sum of RGB (Red+Green+Blue) = 223+136+31=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF881F is #2077E0. Grayscale: #969696. Windows color (decimal): -2127841 or 2066655. OLE color: 2066655.
HSL color Cylindrical-coordinate representation of color #DF881F: hue angle of 32.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF881F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 31 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.13 |
| HSL | 32.81º | 0.76% | 0.5% | - |
| HSV(B) | 32.81º | 0.86% | 0.87% | - |
| XYZ | 39.48 | 33.4 | 5.66 | - |
| YUV | 150.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 31 | 0 | 0.39 | 0.86 | 0.13 | 32.81 | 0.76 | 0.5 |
| Hex | DF | 88 | 1F | 0 | 27 | 56 | D | 21 | 4C | 32 |
| Octal | 337 | 210 | 37 | 0 | 47 | 126 | 15 | 41 | 114 | 62 |
| Binary | 11011111 | 10001000 | 11111 | 0 | 100111 | 1010110 | 1101 | 100001 | 1001100 | 110010 |
Color Harmonies of #DF881F
Complementary color
Monochromatic Colors of #DF881F
Black with #DF881F
Text Example
Text Example
White with #DF881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF881F; }
p { color: rgb(223,136,31); }
H1.HeaderClassName
{
color: #DF881F;
}
.AnyTagClassName
{
color: #DF881F;
}
</style>
background-color css
<style>
a { background-color: #DF881F; }
a { background-color: rgb(223,136,31); }
div.DivClassName
{
background-color: #DF881F;
}
.BgClassName
{
background-color: #DF881F;
}
</style>
border-color css
<style>
span { border-color: #DF881F; }
span { border-color: rgb(223,136,31); }
td.TdClassName
{
border-color: #DF881F;
}
.TagClassName
{
border-color: #DF881F;
}
</style>