Shades of Carrot Orange #DF861B
Tints of Carrot Orange #DF861B
RGB
CMYK
RGB Variations
Color information
#DF861B (or 0xDF861B) is known color: Carrot Orange. HEX triplet: DF, 86 and 1B. RGB value is (223,134,27). Sum of RGB (Red+Green+Blue) = 223+134+27=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF861B is #2079E4. Grayscale: #949494. Windows color (decimal): -2128357 or 1803999. OLE color: 1803999.
HSL color Cylindrical-coordinate representation of color #DF861B: hue angle of 32.76º 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 #DF861B is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 27 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.13 |
| HSL | 32.76º | 0.78% | 0.49% | - |
| HSV(B) | 32.76º | 0.88% | 0.87% | - |
| XYZ | 39.15 | 32.82 | 5.31 | - |
| YUV | 148.41 | 59.49 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 27 | 0 | 0.40 | 0.88 | 0.13 | 32.76 | 0.78 | 0.49 |
| Hex | DF | 86 | 1B | 0 | 28 | 58 | D | 21 | 4E | 31 |
| Octal | 337 | 206 | 33 | 0 | 50 | 130 | 15 | 41 | 116 | 61 |
| Binary | 11011111 | 10000110 | 11011 | 0 | 101000 | 1011000 | 1101 | 100001 | 1001110 | 110001 |
Color Harmonies of #DF861B
Complementary color
Monochromatic Colors of #DF861B
Black with #DF861B
Text Example
Text Example
White with #DF861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF861B; }
p { color: rgb(223,134,27); }
H1.HeaderClassName
{
color: #DF861B;
}
.AnyTagClassName
{
color: #DF861B;
}
</style>
background-color css
<style>
a { background-color: #DF861B; }
a { background-color: rgb(223,134,27); }
div.DivClassName
{
background-color: #DF861B;
}
.BgClassName
{
background-color: #DF861B;
}
</style>
border-color css
<style>
span { border-color: #DF861B; }
span { border-color: rgb(223,134,27); }
td.TdClassName
{
border-color: #DF861B;
}
.TagClassName
{
border-color: #DF861B;
}
</style>