Shades of Carrot Orange #DD8312
Tints of Carrot Orange #DD8312
RGB
CMYK
RGB Variations
Color information
#DD8312 (or 0xDD8312) is known color: Carrot Orange. HEX triplet: DD, 83 and 12. RGB value is (221,131,18). Sum of RGB (Red+Green+Blue) = 221+131+18=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8312 is #227CED. Grayscale: #919191. Windows color (decimal): -2260206 or 1213405. OLE color: 1213405.
HSL color Cylindrical-coordinate representation of color #DD8312: hue angle of 33.4º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD8312 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.13 |
| HSL | 33.4º | 0.85% | 0.47% | - |
| HSV(B) | 33.4º | 0.92% | 0.87% | - |
| XYZ | 38.04 | 31.65 | 4.68 | - |
| YUV | 145.03 | 56.32 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 18 | 0 | 0.41 | 0.92 | 0.13 | 33.4 | 0.85 | 0.47 |
| Hex | DD | 83 | 12 | 0 | 29 | 5C | D | 21 | 55 | 2F |
| Octal | 335 | 203 | 22 | 0 | 51 | 134 | 15 | 41 | 125 | 57 |
| Binary | 11011101 | 10000011 | 10010 | 0 | 101001 | 1011100 | 1101 | 100001 | 1010101 | 101111 |
Color Harmonies of #DD8312
Complementary color
Monochromatic Colors of #DD8312
Black with #DD8312
Text Example
Text Example
White with #DD8312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8312; }
p { color: rgb(221,131,18); }
H1.HeaderClassName
{
color: #DD8312;
}
.AnyTagClassName
{
color: #DD8312;
}
</style>
background-color css
<style>
a { background-color: #DD8312; }
a { background-color: rgb(221,131,18); }
div.DivClassName
{
background-color: #DD8312;
}
.BgClassName
{
background-color: #DD8312;
}
</style>
border-color css
<style>
span { border-color: #DD8312; }
span { border-color: rgb(221,131,18); }
td.TdClassName
{
border-color: #DD8312;
}
.TagClassName
{
border-color: #DD8312;
}
</style>