Shades of Carrot Orange #DF8619
Tints of Carrot Orange #DF8619
RGB
CMYK
RGB Variations
Color information
#DF8619 (or 0xDF8619) is known color: Carrot Orange. HEX triplet: DF, 86 and 19. RGB value is (223,134,25). Sum of RGB (Red+Green+Blue) = 223+134+25=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8619 is #2079E6. Grayscale: #949494. Windows color (decimal): -2128359 or 1672927. OLE color: 1672927.
HSL color Cylindrical-coordinate representation of color #DF8619: hue angle of 33.03º 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 #DF8619 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 25 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.13 |
| HSL | 33.03º | 0.8% | 0.49% | - |
| HSV(B) | 33.03º | 0.89% | 0.87% | - |
| XYZ | 39.13 | 32.81 | 5.19 | - |
| YUV | 148.19 | 58.49 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 25 | 0 | 0.40 | 0.89 | 0.13 | 33.03 | 0.8 | 0.49 |
| Hex | DF | 86 | 19 | 0 | 28 | 59 | D | 21 | 50 | 31 |
| Octal | 337 | 206 | 31 | 0 | 50 | 131 | 15 | 41 | 120 | 61 |
| Binary | 11011111 | 10000110 | 11001 | 0 | 101000 | 1011001 | 1101 | 100001 | 1010000 | 110001 |
Color Harmonies of #DF8619
Complementary color
Monochromatic Colors of #DF8619
Black with #DF8619
Text Example
Text Example
White with #DF8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8619; }
p { color: rgb(223,134,25); }
H1.HeaderClassName
{
color: #DF8619;
}
.AnyTagClassName
{
color: #DF8619;
}
</style>
background-color css
<style>
a { background-color: #DF8619; }
a { background-color: rgb(223,134,25); }
div.DivClassName
{
background-color: #DF8619;
}
.BgClassName
{
background-color: #DF8619;
}
</style>
border-color css
<style>
span { border-color: #DF8619; }
span { border-color: rgb(223,134,25); }
td.TdClassName
{
border-color: #DF8619;
}
.TagClassName
{
border-color: #DF8619;
}
</style>