Shades of Carrot Orange #DF8213
Tints of Carrot Orange #DF8213
RGB
CMYK
RGB Variations
Color information
#DF8213 (or 0xDF8213) is known color: Carrot Orange. HEX triplet: DF, 82 and 13. RGB value is (223,130,19). Sum of RGB (Red+Green+Blue) = 223+130+19=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8213 is #207DEC. Grayscale: #919191. Windows color (decimal): -2129389 or 1278687. OLE color: 1278687.
HSL color Cylindrical-coordinate representation of color #DF8213: hue angle of 32.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF8213 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 19 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.13 |
| HSL | 32.65º | 0.84% | 0.47% | - |
| HSV(B) | 32.65º | 0.91% | 0.87% | - |
| XYZ | 38.53 | 31.7 | 4.7 | - |
| YUV | 145.15 | 56.81 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 19 | 0 | 0.42 | 0.91 | 0.13 | 32.65 | 0.84 | 0.47 |
| Hex | DF | 82 | 13 | 0 | 2A | 5B | D | 21 | 54 | 2F |
| Octal | 337 | 202 | 23 | 0 | 52 | 133 | 15 | 41 | 124 | 57 |
| Binary | 11011111 | 10000010 | 10011 | 0 | 101010 | 1011011 | 1101 | 100001 | 1010100 | 101111 |
Color Harmonies of #DF8213
Complementary color
Monochromatic Colors of #DF8213
Black with #DF8213
Text Example
Text Example
White with #DF8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8213; }
p { color: rgb(223,130,19); }
H1.HeaderClassName
{
color: #DF8213;
}
.AnyTagClassName
{
color: #DF8213;
}
</style>
background-color css
<style>
a { background-color: #DF8213; }
a { background-color: rgb(223,130,19); }
div.DivClassName
{
background-color: #DF8213;
}
.BgClassName
{
background-color: #DF8213;
}
</style>
border-color css
<style>
span { border-color: #DF8213; }
span { border-color: rgb(223,130,19); }
td.TdClassName
{
border-color: #DF8213;
}
.TagClassName
{
border-color: #DF8213;
}
</style>