Shades of Carrot Orange #DF8C1B
Tints of Carrot Orange #DF8C1B
RGB
CMYK
RGB Variations
Color information
#DF8C1B (or 0xDF8C1B) is known color: Carrot Orange. HEX triplet: DF, 8C and 1B. RGB value is (223,140,27). Sum of RGB (Red+Green+Blue) = 223+140+27=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8C1B is #2073E4. Grayscale: #989898. Windows color (decimal): -2126821 or 1805535. OLE color: 1805535.
HSL color Cylindrical-coordinate representation of color #DF8C1B: hue angle of 34.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF8C1B is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 27 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.13 |
| HSL | 34.59º | 0.78% | 0.49% | - |
| HSV(B) | 34.59º | 0.88% | 0.87% | - |
| XYZ | 40.01 | 34.52 | 5.59 | - |
| YUV | 151.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 27 | 0 | 0.37 | 0.88 | 0.13 | 34.59 | 0.78 | 0.49 |
| Hex | DF | 8C | 1B | 0 | 25 | 58 | D | 23 | 4E | 31 |
| Octal | 337 | 214 | 33 | 0 | 45 | 130 | 15 | 43 | 116 | 61 |
| Binary | 11011111 | 10001100 | 11011 | 0 | 100101 | 1011000 | 1101 | 100011 | 1001110 | 110001 |
Color Harmonies of #DF8C1B
Complementary color
Monochromatic Colors of #DF8C1B
Black with #DF8C1B
Text Example
Text Example
White with #DF8C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C1B; }
p { color: rgb(223,140,27); }
H1.HeaderClassName
{
color: #DF8C1B;
}
.AnyTagClassName
{
color: #DF8C1B;
}
</style>
background-color css
<style>
a { background-color: #DF8C1B; }
a { background-color: rgb(223,140,27); }
div.DivClassName
{
background-color: #DF8C1B;
}
.BgClassName
{
background-color: #DF8C1B;
}
</style>
border-color css
<style>
span { border-color: #DF8C1B; }
span { border-color: rgb(223,140,27); }
td.TdClassName
{
border-color: #DF8C1B;
}
.TagClassName
{
border-color: #DF8C1B;
}
</style>