Shades of Carrot Orange #DF8B1B
Tints of Carrot Orange #DF8B1B
RGB
CMYK
RGB Variations
Color information
#DF8B1B (or 0xDF8B1B) is known color: Carrot Orange. HEX triplet: DF, 8B and 1B. RGB value is (223,139,27). Sum of RGB (Red+Green+Blue) = 223+139+27=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8B1B is #2074E4. Grayscale: #979797. Windows color (decimal): -2127077 or 1805279. OLE color: 1805279.
HSL color Cylindrical-coordinate representation of color #DF8B1B: hue angle of 34.29º 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 #DF8B1B is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 27 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.13 |
| HSL | 34.29º | 0.78% | 0.49% | - |
| HSV(B) | 34.29º | 0.88% | 0.87% | - |
| XYZ | 39.86 | 34.23 | 5.54 | - |
| YUV | 151.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 27 | 0 | 0.38 | 0.88 | 0.13 | 34.29 | 0.78 | 0.49 |
| Hex | DF | 8B | 1B | 0 | 26 | 58 | D | 22 | 4E | 31 |
| Octal | 337 | 213 | 33 | 0 | 46 | 130 | 15 | 42 | 116 | 61 |
| Binary | 11011111 | 10001011 | 11011 | 0 | 100110 | 1011000 | 1101 | 100010 | 1001110 | 110001 |
Color Harmonies of #DF8B1B
Complementary color
Monochromatic Colors of #DF8B1B
Black with #DF8B1B
Text Example
Text Example
White with #DF8B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B1B; }
p { color: rgb(223,139,27); }
H1.HeaderClassName
{
color: #DF8B1B;
}
.AnyTagClassName
{
color: #DF8B1B;
}
</style>
background-color css
<style>
a { background-color: #DF8B1B; }
a { background-color: rgb(223,139,27); }
div.DivClassName
{
background-color: #DF8B1B;
}
.BgClassName
{
background-color: #DF8B1B;
}
</style>
border-color css
<style>
span { border-color: #DF8B1B; }
span { border-color: rgb(223,139,27); }
td.TdClassName
{
border-color: #DF8B1B;
}
.TagClassName
{
border-color: #DF8B1B;
}
</style>