Shades of Carrot Orange #DD8314
Tints of Carrot Orange #DD8314
RGB
CMYK
RGB Variations
Color information
#DD8314 (or 0xDD8314) is known color: Carrot Orange. HEX triplet: DD, 83 and 14. RGB value is (221,131,20). Sum of RGB (Red+Green+Blue) = 221+131+20=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8314 is #227CEB. Grayscale: #919191. Windows color (decimal): -2260204 or 1344477. OLE color: 1344477.
HSL color Cylindrical-coordinate representation of color #DD8314: hue angle of 33.13º degrees, saturation: 0.83, 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 #DD8314 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 20 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.13 |
| HSL | 33.13º | 0.83% | 0.47% | - |
| HSV(B) | 33.13º | 0.91% | 0.87% | - |
| XYZ | 38.06 | 31.66 | 4.77 | - |
| YUV | 145.26 | 57.32 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 20 | 0 | 0.41 | 0.91 | 0.13 | 33.13 | 0.83 | 0.47 |
| Hex | DD | 83 | 14 | 0 | 29 | 5B | D | 21 | 53 | 2F |
| Octal | 335 | 203 | 24 | 0 | 51 | 133 | 15 | 41 | 123 | 57 |
| Binary | 11011101 | 10000011 | 10100 | 0 | 101001 | 1011011 | 1101 | 100001 | 1010011 | 101111 |
Color Harmonies of #DD8314
Complementary color
Monochromatic Colors of #DD8314
Black with #DD8314
Text Example
Text Example
White with #DD8314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8314; }
p { color: rgb(221,131,20); }
H1.HeaderClassName
{
color: #DD8314;
}
.AnyTagClassName
{
color: #DD8314;
}
</style>
background-color css
<style>
a { background-color: #DD8314; }
a { background-color: rgb(221,131,20); }
div.DivClassName
{
background-color: #DD8314;
}
.BgClassName
{
background-color: #DD8314;
}
</style>
border-color css
<style>
span { border-color: #DD8314; }
span { border-color: rgb(221,131,20); }
td.TdClassName
{
border-color: #DD8314;
}
.TagClassName
{
border-color: #DD8314;
}
</style>