Shades of Carrot Orange #DD8715
Tints of Carrot Orange #DD8715
RGB
CMYK
RGB Variations
Color information
#DD8715 (or 0xDD8715) is known color: Carrot Orange. HEX triplet: DD, 87 and 15. RGB value is (221,135,21). Sum of RGB (Red+Green+Blue) = 221+135+21=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8715 is #2278EA. Grayscale: #949494. Windows color (decimal): -2259179 or 1411037. OLE color: 1411037.
HSL color Cylindrical-coordinate representation of color #DD8715: hue angle of 34.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8715 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 21 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.13 |
| HSL | 34.2º | 0.83% | 0.47% | - |
| HSV(B) | 34.2º | 0.9% | 0.87% | - |
| XYZ | 38.62 | 32.75 | 5 | - |
| YUV | 147.72 | 56.49 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 21 | 0 | 0.39 | 0.90 | 0.13 | 34.2 | 0.83 | 0.47 |
| Hex | DD | 87 | 15 | 0 | 27 | 5A | D | 22 | 53 | 2F |
| Octal | 335 | 207 | 25 | 0 | 47 | 132 | 15 | 42 | 123 | 57 |
| Binary | 11011101 | 10000111 | 10101 | 0 | 100111 | 1011010 | 1101 | 100010 | 1010011 | 101111 |
Color Harmonies of #DD8715
Complementary color
Monochromatic Colors of #DD8715
Black with #DD8715
Text Example
Text Example
White with #DD8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8715; }
p { color: rgb(221,135,21); }
H1.HeaderClassName
{
color: #DD8715;
}
.AnyTagClassName
{
color: #DD8715;
}
</style>
background-color css
<style>
a { background-color: #DD8715; }
a { background-color: rgb(221,135,21); }
div.DivClassName
{
background-color: #DD8715;
}
.BgClassName
{
background-color: #DD8715;
}
</style>
border-color css
<style>
span { border-color: #DD8715; }
span { border-color: rgb(221,135,21); }
td.TdClassName
{
border-color: #DD8715;
}
.TagClassName
{
border-color: #DD8715;
}
</style>