Shades of Carrot Orange #DF881B
Tints of Carrot Orange #DF881B
RGB
CMYK
RGB Variations
Color information
#DF881B (or 0xDF881B) is known color: Carrot Orange. HEX triplet: DF, 88 and 1B. RGB value is (223,136,27). Sum of RGB (Red+Green+Blue) = 223+136+27=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF881B is #2077E4. Grayscale: #969696. Windows color (decimal): -2127845 or 1804511. OLE color: 1804511.
HSL color Cylindrical-coordinate representation of color #DF881B: hue angle of 33.37º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF881B is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 27 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.13 |
| HSL | 33.37º | 0.78% | 0.49% | - |
| HSV(B) | 33.37º | 0.88% | 0.87% | - |
| XYZ | 39.43 | 33.38 | 5.4 | - |
| YUV | 149.59 | 58.82 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 27 | 0 | 0.39 | 0.88 | 0.13 | 33.37 | 0.78 | 0.49 |
| Hex | DF | 88 | 1B | 0 | 27 | 58 | D | 21 | 4E | 31 |
| Octal | 337 | 210 | 33 | 0 | 47 | 130 | 15 | 41 | 116 | 61 |
| Binary | 11011111 | 10001000 | 11011 | 0 | 100111 | 1011000 | 1101 | 100001 | 1001110 | 110001 |
Color Harmonies of #DF881B
Complementary color
Monochromatic Colors of #DF881B
Black with #DF881B
Text Example
Text Example
White with #DF881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF881B; }
p { color: rgb(223,136,27); }
H1.HeaderClassName
{
color: #DF881B;
}
.AnyTagClassName
{
color: #DF881B;
}
</style>
background-color css
<style>
a { background-color: #DF881B; }
a { background-color: rgb(223,136,27); }
div.DivClassName
{
background-color: #DF881B;
}
.BgClassName
{
background-color: #DF881B;
}
</style>
border-color css
<style>
span { border-color: #DF881B; }
span { border-color: rgb(223,136,27); }
td.TdClassName
{
border-color: #DF881B;
}
.TagClassName
{
border-color: #DF881B;
}
</style>