Shades of Carrot Orange #DF8714
Tints of Carrot Orange #DF8714
RGB
CMYK
RGB Variations
Color information
#DF8714 (or 0xDF8714) is known color: Carrot Orange. HEX triplet: DF, 87 and 14. RGB value is (223,135,20). Sum of RGB (Red+Green+Blue) = 223+135+20=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8714 is #2078EB. Grayscale: #949494. Windows color (decimal): -2128108 or 1345503. OLE color: 1345503.
HSL color Cylindrical-coordinate representation of color #DF8714: hue angle of 33.99º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF8714 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 20 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.13 |
| HSL | 33.99º | 0.84% | 0.48% | - |
| HSV(B) | 33.99º | 0.91% | 0.87% | - |
| XYZ | 39.22 | 33.07 | 4.98 | - |
| YUV | 148.2 | 55.65 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 20 | 0 | 0.39 | 0.91 | 0.13 | 33.99 | 0.84 | 0.48 |
| Hex | DF | 87 | 14 | 0 | 27 | 5B | D | 22 | 54 | 30 |
| Octal | 337 | 207 | 24 | 0 | 47 | 133 | 15 | 42 | 124 | 60 |
| Binary | 11011111 | 10000111 | 10100 | 0 | 100111 | 1011011 | 1101 | 100010 | 1010100 | 110000 |
Color Harmonies of #DF8714
Complementary color
Monochromatic Colors of #DF8714
Black with #DF8714
Text Example
Text Example
White with #DF8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8714; }
p { color: rgb(223,135,20); }
H1.HeaderClassName
{
color: #DF8714;
}
.AnyTagClassName
{
color: #DF8714;
}
</style>
background-color css
<style>
a { background-color: #DF8714; }
a { background-color: rgb(223,135,20); }
div.DivClassName
{
background-color: #DF8714;
}
.BgClassName
{
background-color: #DF8714;
}
</style>
border-color css
<style>
span { border-color: #DF8714; }
span { border-color: rgb(223,135,20); }
td.TdClassName
{
border-color: #DF8714;
}
.TagClassName
{
border-color: #DF8714;
}
</style>