Shades of Tangerine #DD8A01
Tints of Tangerine #DD8A01
RGB
CMYK
RGB Variations
Color information
#DD8A01 (or 0xDD8A01) is known color: Tangerine. HEX triplet: DD, 8A and 01. RGB value is (221,138,1). Sum of RGB (Red+Green+Blue) = 221+138+1=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A01 is #2275FE. Grayscale: #939393. Windows color (decimal): -2258431 or 101085. OLE color: 101085.
HSL color Cylindrical-coordinate representation of color #DD8A01: hue angle of 37.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8A01 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.13 |
| HSL | 37.36º | 0.99% | 0.44% | - |
| HSV(B) | 37.36º | 1% | 0.87% | - |
| XYZ | 38.91 | 33.55 | 4.45 | - |
| YUV | 147.2 | 45.5 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 1 | 0 | 0.38 | 1.00 | 0.13 | 37.36 | 0.99 | 0.44 |
| Hex | DD | 8A | 1 | 0 | 26 | 64 | D | 25 | 63 | 2C |
| Octal | 335 | 212 | 1 | 0 | 46 | 144 | 15 | 45 | 143 | 54 |
| Binary | 11011101 | 10001010 | 1 | 0 | 100110 | 1100100 | 1101 | 100101 | 1100011 | 101100 |
Color Harmonies of #DD8A01
Complementary color
Monochromatic Colors of #DD8A01
Black with #DD8A01
Text Example
Text Example
White with #DD8A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A01; }
p { color: rgb(221,138,1); }
H1.HeaderClassName
{
color: #DD8A01;
}
.AnyTagClassName
{
color: #DD8A01;
}
</style>
background-color css
<style>
a { background-color: #DD8A01; }
a { background-color: rgb(221,138,1); }
div.DivClassName
{
background-color: #DD8A01;
}
.BgClassName
{
background-color: #DD8A01;
}
</style>
border-color css
<style>
span { border-color: #DD8A01; }
span { border-color: rgb(221,138,1); }
td.TdClassName
{
border-color: #DD8A01;
}
.TagClassName
{
border-color: #DD8A01;
}
</style>