Shades of Carrot Orange #DF821E
Tints of Carrot Orange #DF821E
RGB
CMYK
RGB Variations
Color information
#DF821E (or 0xDF821E) is known color: Carrot Orange. HEX triplet: DF, 82 and 1E. RGB value is (223,130,30). Sum of RGB (Red+Green+Blue) = 223+130+30=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF821E is #207DE1. Grayscale: #929292. Windows color (decimal): -2129378 or 1999583. OLE color: 1999583.
HSL color Cylindrical-coordinate representation of color #DF821E: hue angle of 31.09º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF821E is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 30 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.13 |
| HSL | 31.09º | 0.76% | 0.5% | - |
| HSV(B) | 31.09º | 0.87% | 0.87% | - |
| XYZ | 38.65 | 31.75 | 5.32 | - |
| YUV | 146.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 30 | 0 | 0.42 | 0.87 | 0.13 | 31.09 | 0.76 | 0.5 |
| Hex | DF | 82 | 1E | 0 | 2A | 57 | D | 1F | 4C | 32 |
| Octal | 337 | 202 | 36 | 0 | 52 | 127 | 15 | 37 | 114 | 62 |
| Binary | 11011111 | 10000010 | 11110 | 0 | 101010 | 1010111 | 1101 | 11111 | 1001100 | 110010 |
Color Harmonies of #DF821E
Complementary color
Monochromatic Colors of #DF821E
Black with #DF821E
Text Example
Text Example
White with #DF821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF821E; }
p { color: rgb(223,130,30); }
H1.HeaderClassName
{
color: #DF821E;
}
.AnyTagClassName
{
color: #DF821E;
}
</style>
background-color css
<style>
a { background-color: #DF821E; }
a { background-color: rgb(223,130,30); }
div.DivClassName
{
background-color: #DF821E;
}
.BgClassName
{
background-color: #DF821E;
}
</style>
border-color css
<style>
span { border-color: #DF821E; }
span { border-color: rgb(223,130,30); }
td.TdClassName
{
border-color: #DF821E;
}
.TagClassName
{
border-color: #DF821E;
}
</style>