Shades of Carrot Orange #DD8818
Tints of Carrot Orange #DD8818
RGB
CMYK
RGB Variations
Color information
#DD8818 (or 0xDD8818) is known color: Carrot Orange. HEX triplet: DD, 88 and 18. RGB value is (221,136,24). Sum of RGB (Red+Green+Blue) = 221+136+24=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8818 is #2277E7. Grayscale: #959595. Windows color (decimal): -2258920 or 1607901. OLE color: 1607901.
HSL color Cylindrical-coordinate representation of color #DD8818: hue angle of 34.11º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD8818 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 24 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.13 |
| HSL | 34.11º | 0.8% | 0.48% | - |
| HSV(B) | 34.11º | 0.89% | 0.87% | - |
| XYZ | 38.79 | 33.05 | 5.2 | - |
| YUV | 148.65 | 57.66 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 24 | 0 | 0.38 | 0.89 | 0.13 | 34.11 | 0.8 | 0.48 |
| Hex | DD | 88 | 18 | 0 | 26 | 59 | D | 22 | 50 | 30 |
| Octal | 335 | 210 | 30 | 0 | 46 | 131 | 15 | 42 | 120 | 60 |
| Binary | 11011101 | 10001000 | 11000 | 0 | 100110 | 1011001 | 1101 | 100010 | 1010000 | 110000 |
Color Harmonies of #DD8818
Complementary color
Monochromatic Colors of #DD8818
Black with #DD8818
Text Example
Text Example
White with #DD8818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8818; }
p { color: rgb(221,136,24); }
H1.HeaderClassName
{
color: #DD8818;
}
.AnyTagClassName
{
color: #DD8818;
}
</style>
background-color css
<style>
a { background-color: #DD8818; }
a { background-color: rgb(221,136,24); }
div.DivClassName
{
background-color: #DD8818;
}
.BgClassName
{
background-color: #DD8818;
}
</style>
border-color css
<style>
span { border-color: #DD8818; }
span { border-color: rgb(221,136,24); }
td.TdClassName
{
border-color: #DD8818;
}
.TagClassName
{
border-color: #DD8818;
}
</style>