Shades of Carrot Orange #DF851B
Tints of Carrot Orange #DF851B
RGB
CMYK
RGB Variations
Color information
#DF851B (or 0xDF851B) is known color: Carrot Orange. HEX triplet: DF, 85 and 1B. RGB value is (223,133,27). Sum of RGB (Red+Green+Blue) = 223+133+27=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF851B is #207AE4. Grayscale: #949494. Windows color (decimal): -2128613 or 1803743. OLE color: 1803743.
HSL color Cylindrical-coordinate representation of color #DF851B: hue angle of 32.45º 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 #DF851B is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 27 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.13 |
| HSL | 32.45º | 0.78% | 0.49% | - |
| HSV(B) | 32.45º | 0.88% | 0.87% | - |
| XYZ | 39.02 | 32.54 | 5.26 | - |
| YUV | 147.83 | 59.82 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 27 | 0 | 0.40 | 0.88 | 0.13 | 32.45 | 0.78 | 0.49 |
| Hex | DF | 85 | 1B | 0 | 28 | 58 | D | 20 | 4E | 31 |
| Octal | 337 | 205 | 33 | 0 | 50 | 130 | 15 | 40 | 116 | 61 |
| Binary | 11011111 | 10000101 | 11011 | 0 | 101000 | 1011000 | 1101 | 100000 | 1001110 | 110001 |
Color Harmonies of #DF851B
Complementary color
Monochromatic Colors of #DF851B
Black with #DF851B
Text Example
Text Example
White with #DF851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF851B; }
p { color: rgb(223,133,27); }
H1.HeaderClassName
{
color: #DF851B;
}
.AnyTagClassName
{
color: #DF851B;
}
</style>
background-color css
<style>
a { background-color: #DF851B; }
a { background-color: rgb(223,133,27); }
div.DivClassName
{
background-color: #DF851B;
}
.BgClassName
{
background-color: #DF851B;
}
</style>
border-color css
<style>
span { border-color: #DF851B; }
span { border-color: rgb(223,133,27); }
td.TdClassName
{
border-color: #DF851B;
}
.TagClassName
{
border-color: #DF851B;
}
</style>