Shades of Carrot Orange #DF8B1A
Tints of Carrot Orange #DF8B1A
RGB
CMYK
RGB Variations
Color information
#DF8B1A (or 0xDF8B1A) is known color: Carrot Orange. HEX triplet: DF, 8B and 1A. RGB value is (223,139,26). Sum of RGB (Red+Green+Blue) = 223+139+26=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8B1A is #2074E5. Grayscale: #979797. Windows color (decimal): -2127078 or 1739743. OLE color: 1739743.
HSL color Cylindrical-coordinate representation of color #DF8B1A: hue angle of 34.42º degrees, saturation: 0.79, 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 #DF8B1A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 26 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.13 |
| HSL | 34.42º | 0.79% | 0.49% | - |
| HSV(B) | 34.42º | 0.88% | 0.87% | - |
| XYZ | 39.85 | 34.23 | 5.48 | - |
| YUV | 151.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 26 | 0 | 0.38 | 0.88 | 0.13 | 34.42 | 0.79 | 0.49 |
| Hex | DF | 8B | 1A | 0 | 26 | 58 | D | 22 | 4F | 31 |
| Octal | 337 | 213 | 32 | 0 | 46 | 130 | 15 | 42 | 117 | 61 |
| Binary | 11011111 | 10001011 | 11010 | 0 | 100110 | 1011000 | 1101 | 100010 | 1001111 | 110001 |
Color Harmonies of #DF8B1A
Complementary color
Monochromatic Colors of #DF8B1A
Black with #DF8B1A
Text Example
Text Example
White with #DF8B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B1A; }
p { color: rgb(223,139,26); }
H1.HeaderClassName
{
color: #DF8B1A;
}
.AnyTagClassName
{
color: #DF8B1A;
}
</style>
background-color css
<style>
a { background-color: #DF8B1A; }
a { background-color: rgb(223,139,26); }
div.DivClassName
{
background-color: #DF8B1A;
}
.BgClassName
{
background-color: #DF8B1A;
}
</style>
border-color css
<style>
span { border-color: #DF8B1A; }
span { border-color: rgb(223,139,26); }
td.TdClassName
{
border-color: #DF8B1A;
}
.TagClassName
{
border-color: #DF8B1A;
}
</style>