Shades of Carrot Orange #DF8D19
Tints of Carrot Orange #DF8D19
RGB
CMYK
RGB Variations
Color information
#DF8D19 (or 0xDF8D19) is known color: Carrot Orange. HEX triplet: DF, 8D and 19. RGB value is (223,141,25). Sum of RGB (Red+Green+Blue) = 223+141+25=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8D19 is #2072E6. Grayscale: #989898. Windows color (decimal): -2126567 or 1674719. OLE color: 1674719.
HSL color Cylindrical-coordinate representation of color #DF8D19: hue angle of 35.15º 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 #DF8D19 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 25 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.13 |
| HSL | 35.15º | 0.8% | 0.49% | - |
| HSV(B) | 35.15º | 0.89% | 0.87% | - |
| XYZ | 40.13 | 34.81 | 5.52 | - |
| YUV | 152.29 | 56.17 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 25 | 0 | 0.37 | 0.89 | 0.13 | 35.15 | 0.8 | 0.49 |
| Hex | DF | 8D | 19 | 0 | 25 | 59 | D | 23 | 50 | 31 |
| Octal | 337 | 215 | 31 | 0 | 45 | 131 | 15 | 43 | 120 | 61 |
| Binary | 11011111 | 10001101 | 11001 | 0 | 100101 | 1011001 | 1101 | 100011 | 1010000 | 110001 |
Color Harmonies of #DF8D19
Complementary color
Monochromatic Colors of #DF8D19
Black with #DF8D19
Text Example
Text Example
White with #DF8D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D19; }
p { color: rgb(223,141,25); }
H1.HeaderClassName
{
color: #DF8D19;
}
.AnyTagClassName
{
color: #DF8D19;
}
</style>
background-color css
<style>
a { background-color: #DF8D19; }
a { background-color: rgb(223,141,25); }
div.DivClassName
{
background-color: #DF8D19;
}
.BgClassName
{
background-color: #DF8D19;
}
</style>
border-color css
<style>
span { border-color: #DF8D19; }
span { border-color: rgb(223,141,25); }
td.TdClassName
{
border-color: #DF8D19;
}
.TagClassName
{
border-color: #DF8D19;
}
</style>