Shades of Carrot Orange #DD8A18
Tints of Carrot Orange #DD8A18
RGB
CMYK
RGB Variations
Color information
#DD8A18 (or 0xDD8A18) is known color: Carrot Orange. HEX triplet: DD, 8A and 18. RGB value is (221,138,24). Sum of RGB (Red+Green+Blue) = 221+138+24=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A18 is #2275E7. Grayscale: #969696. Windows color (decimal): -2258408 or 1608413. OLE color: 1608413.
HSL color Cylindrical-coordinate representation of color #DD8A18: hue angle of 34.72º 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 #DD8A18 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 24 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.13 |
| HSL | 34.72º | 0.8% | 0.48% | - |
| HSV(B) | 34.72º | 0.89% | 0.87% | - |
| XYZ | 39.07 | 33.62 | 5.29 | - |
| YUV | 149.82 | 57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 24 | 0 | 0.38 | 0.89 | 0.13 | 34.72 | 0.8 | 0.48 |
| Hex | DD | 8A | 18 | 0 | 26 | 59 | D | 23 | 50 | 30 |
| Octal | 335 | 212 | 30 | 0 | 46 | 131 | 15 | 43 | 120 | 60 |
| Binary | 11011101 | 10001010 | 11000 | 0 | 100110 | 1011001 | 1101 | 100011 | 1010000 | 110000 |
Color Harmonies of #DD8A18
Complementary color
Monochromatic Colors of #DD8A18
Black with #DD8A18
Text Example
Text Example
White with #DD8A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A18; }
p { color: rgb(221,138,24); }
H1.HeaderClassName
{
color: #DD8A18;
}
.AnyTagClassName
{
color: #DD8A18;
}
</style>
background-color css
<style>
a { background-color: #DD8A18; }
a { background-color: rgb(221,138,24); }
div.DivClassName
{
background-color: #DD8A18;
}
.BgClassName
{
background-color: #DD8A18;
}
</style>
border-color css
<style>
span { border-color: #DD8A18; }
span { border-color: rgb(221,138,24); }
td.TdClassName
{
border-color: #DD8A18;
}
.TagClassName
{
border-color: #DD8A18;
}
</style>