Shades of Carrot Orange #DD841C
Tints of Carrot Orange #DD841C
RGB
CMYK
RGB Variations
Color information
#DD841C (or 0xDD841C) is known color: Carrot Orange. HEX triplet: DD, 84 and 1C. RGB value is (221,132,28). Sum of RGB (Red+Green+Blue) = 221+132+28=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD841C is #227BE3. Grayscale: #939393. Windows color (decimal): -2259940 or 1869021. OLE color: 1869021.
HSL color Cylindrical-coordinate representation of color #DD841C: hue angle of 32.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD841C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 28 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.13 |
| HSL | 32.33º | 0.78% | 0.49% | - |
| HSV(B) | 32.33º | 0.87% | 0.87% | - |
| XYZ | 38.28 | 31.96 | 5.25 | - |
| YUV | 146.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 28 | 0 | 0.40 | 0.87 | 0.13 | 32.33 | 0.78 | 0.49 |
| Hex | DD | 84 | 1C | 0 | 28 | 57 | D | 20 | 4E | 31 |
| Octal | 335 | 204 | 34 | 0 | 50 | 127 | 15 | 40 | 116 | 61 |
| Binary | 11011101 | 10000100 | 11100 | 0 | 101000 | 1010111 | 1101 | 100000 | 1001110 | 110001 |
Color Harmonies of #DD841C
Complementary color
Monochromatic Colors of #DD841C
Black with #DD841C
Text Example
Text Example
White with #DD841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD841C; }
p { color: rgb(221,132,28); }
H1.HeaderClassName
{
color: #DD841C;
}
.AnyTagClassName
{
color: #DD841C;
}
</style>
background-color css
<style>
a { background-color: #DD841C; }
a { background-color: rgb(221,132,28); }
div.DivClassName
{
background-color: #DD841C;
}
.BgClassName
{
background-color: #DD841C;
}
</style>
border-color css
<style>
span { border-color: #DD841C; }
span { border-color: rgb(221,132,28); }
td.TdClassName
{
border-color: #DD841C;
}
.TagClassName
{
border-color: #DD841C;
}
</style>