Shades of Carrot Orange #DD861A
Tints of Carrot Orange #DD861A
RGB
CMYK
RGB Variations
Color information
#DD861A (or 0xDD861A) is known color: Carrot Orange. HEX triplet: DD, 86 and 1A. RGB value is (221,134,26). Sum of RGB (Red+Green+Blue) = 221+134+26=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD861A is #2279E5. Grayscale: #949494. Windows color (decimal): -2259430 or 1738461. OLE color: 1738461.
HSL color Cylindrical-coordinate representation of color #DD861A: hue angle of 33.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD861A is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 26 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.13 |
| HSL | 33.23º | 0.79% | 0.48% | - |
| HSV(B) | 33.23º | 0.88% | 0.87% | - |
| XYZ | 38.53 | 32.5 | 5.22 | - |
| YUV | 147.7 | 59.32 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 26 | 0 | 0.39 | 0.88 | 0.13 | 33.23 | 0.79 | 0.48 |
| Hex | DD | 86 | 1A | 0 | 27 | 58 | D | 21 | 4F | 30 |
| Octal | 335 | 206 | 32 | 0 | 47 | 130 | 15 | 41 | 117 | 60 |
| Binary | 11011101 | 10000110 | 11010 | 0 | 100111 | 1011000 | 1101 | 100001 | 1001111 | 110000 |
Color Harmonies of #DD861A
Complementary color
Monochromatic Colors of #DD861A
Black with #DD861A
Text Example
Text Example
White with #DD861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD861A; }
p { color: rgb(221,134,26); }
H1.HeaderClassName
{
color: #DD861A;
}
.AnyTagClassName
{
color: #DD861A;
}
</style>
background-color css
<style>
a { background-color: #DD861A; }
a { background-color: rgb(221,134,26); }
div.DivClassName
{
background-color: #DD861A;
}
.BgClassName
{
background-color: #DD861A;
}
</style>
border-color css
<style>
span { border-color: #DD861A; }
span { border-color: rgb(221,134,26); }
td.TdClassName
{
border-color: #DD861A;
}
.TagClassName
{
border-color: #DD861A;
}
</style>