Shades of Carrot Orange #DD8313
Tints of Carrot Orange #DD8313
RGB
CMYK
RGB Variations
Color information
#DD8313 (or 0xDD8313) is known color: Carrot Orange. HEX triplet: DD, 83 and 13. RGB value is (221,131,19). Sum of RGB (Red+Green+Blue) = 221+131+19=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8313 is #227CEC. Grayscale: #919191. Windows color (decimal): -2260205 or 1278941. OLE color: 1278941.
HSL color Cylindrical-coordinate representation of color #DD8313: hue angle of 33.27º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD8313 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.13 |
| HSL | 33.27º | 0.84% | 0.47% | - |
| HSV(B) | 33.27º | 0.91% | 0.87% | - |
| XYZ | 38.05 | 31.65 | 4.72 | - |
| YUV | 145.14 | 56.82 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 19 | 0 | 0.41 | 0.91 | 0.13 | 33.27 | 0.84 | 0.47 |
| Hex | DD | 83 | 13 | 0 | 29 | 5B | D | 21 | 54 | 2F |
| Octal | 335 | 203 | 23 | 0 | 51 | 133 | 15 | 41 | 124 | 57 |
| Binary | 11011101 | 10000011 | 10011 | 0 | 101001 | 1011011 | 1101 | 100001 | 1010100 | 101111 |
Color Harmonies of #DD8313
Complementary color
Monochromatic Colors of #DD8313
Black with #DD8313
Text Example
Text Example
White with #DD8313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8313; }
p { color: rgb(221,131,19); }
H1.HeaderClassName
{
color: #DD8313;
}
.AnyTagClassName
{
color: #DD8313;
}
</style>
background-color css
<style>
a { background-color: #DD8313; }
a { background-color: rgb(221,131,19); }
div.DivClassName
{
background-color: #DD8313;
}
.BgClassName
{
background-color: #DD8313;
}
</style>
border-color css
<style>
span { border-color: #DD8313; }
span { border-color: rgb(221,131,19); }
td.TdClassName
{
border-color: #DD8313;
}
.TagClassName
{
border-color: #DD8313;
}
</style>