Shades of Carrot Orange #DF8B19
Tints of Carrot Orange #DF8B19
RGB
CMYK
RGB Variations
Color information
#DF8B19 (or 0xDF8B19) is known color: Carrot Orange. HEX triplet: DF, 8B and 19. RGB value is (223,139,25). Sum of RGB (Red+Green+Blue) = 223+139+25=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8B19 is #2074E6. Grayscale: #979797. Windows color (decimal): -2127079 or 1674207. OLE color: 1674207.
HSL color Cylindrical-coordinate representation of color #DF8B19: hue angle of 34.55º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF8B19 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 25 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.13 |
| HSL | 34.55º | 0.8% | 0.49% | - |
| HSV(B) | 34.55º | 0.89% | 0.87% | - |
| XYZ | 39.84 | 34.22 | 5.43 | - |
| YUV | 151.12 | 56.83 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 25 | 0 | 0.38 | 0.89 | 0.13 | 34.55 | 0.8 | 0.49 |
| Hex | DF | 8B | 19 | 0 | 26 | 59 | D | 23 | 50 | 31 |
| Octal | 337 | 213 | 31 | 0 | 46 | 131 | 15 | 43 | 120 | 61 |
| Binary | 11011111 | 10001011 | 11001 | 0 | 100110 | 1011001 | 1101 | 100011 | 1010000 | 110001 |
Color Harmonies of #DF8B19
Complementary color
Monochromatic Colors of #DF8B19
Black with #DF8B19
Text Example
Text Example
White with #DF8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B19; }
p { color: rgb(223,139,25); }
H1.HeaderClassName
{
color: #DF8B19;
}
.AnyTagClassName
{
color: #DF8B19;
}
</style>
background-color css
<style>
a { background-color: #DF8B19; }
a { background-color: rgb(223,139,25); }
div.DivClassName
{
background-color: #DF8B19;
}
.BgClassName
{
background-color: #DF8B19;
}
</style>
border-color css
<style>
span { border-color: #DF8B19; }
span { border-color: rgb(223,139,25); }
td.TdClassName
{
border-color: #DF8B19;
}
.TagClassName
{
border-color: #DF8B19;
}
</style>