Shades of Carrot Orange #DD8617
Tints of Carrot Orange #DD8617
RGB
CMYK
RGB Variations
Color information
#DD8617 (or 0xDD8617) is known color: Carrot Orange. HEX triplet: DD, 86 and 17. RGB value is (221,134,23). Sum of RGB (Red+Green+Blue) = 221+134+23=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8617 is #2279E8. Grayscale: #939393. Windows color (decimal): -2259433 or 1541853. OLE color: 1541853.
HSL color Cylindrical-coordinate representation of color #DD8617: hue angle of 33.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8617 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 23 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.13 |
| HSL | 33.64º | 0.81% | 0.48% | - |
| HSV(B) | 33.64º | 0.9% | 0.87% | - |
| XYZ | 38.5 | 32.48 | 5.05 | - |
| YUV | 147.36 | 57.82 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 23 | 0 | 0.39 | 0.90 | 0.13 | 33.64 | 0.81 | 0.48 |
| Hex | DD | 86 | 17 | 0 | 27 | 5A | D | 22 | 51 | 30 |
| Octal | 335 | 206 | 27 | 0 | 47 | 132 | 15 | 42 | 121 | 60 |
| Binary | 11011101 | 10000110 | 10111 | 0 | 100111 | 1011010 | 1101 | 100010 | 1010001 | 110000 |
Color Harmonies of #DD8617
Complementary color
Monochromatic Colors of #DD8617
Black with #DD8617
Text Example
Text Example
White with #DD8617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8617; }
p { color: rgb(221,134,23); }
H1.HeaderClassName
{
color: #DD8617;
}
.AnyTagClassName
{
color: #DD8617;
}
</style>
background-color css
<style>
a { background-color: #DD8617; }
a { background-color: rgb(221,134,23); }
div.DivClassName
{
background-color: #DD8617;
}
.BgClassName
{
background-color: #DD8617;
}
</style>
border-color css
<style>
span { border-color: #DD8617; }
span { border-color: rgb(221,134,23); }
td.TdClassName
{
border-color: #DD8617;
}
.TagClassName
{
border-color: #DD8617;
}
</style>