Shades of Tangerine #DA8505
Tints of Tangerine #DA8505
RGB
CMYK
RGB Variations
Color information
#DA8505 (or 0xDA8505) is known color: Tangerine. HEX triplet: DA, 85 and 05. RGB value is (218,133,5). Sum of RGB (Red+Green+Blue) = 218+133+5=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8505 is #257AFA. Grayscale: #909090. Windows color (decimal): -2456315 or 361946. OLE color: 361946.
HSL color Cylindrical-coordinate representation of color #DA8505: hue angle of 36.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA8505 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.15 |
| HSL | 36.06º | 0.96% | 0.44% | - |
| HSV(B) | 36.06º | 0.98% | 0.85% | - |
| XYZ | 37.33 | 31.69 | 4.29 | - |
| YUV | 143.82 | 49.66 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 5 | 0 | 0.39 | 0.98 | 0.15 | 36.06 | 0.96 | 0.44 |
| Hex | DA | 85 | 5 | 0 | 27 | 62 | F | 24 | 60 | 2C |
| Octal | 332 | 205 | 5 | 0 | 47 | 142 | 17 | 44 | 140 | 54 |
| Binary | 11011010 | 10000101 | 101 | 0 | 100111 | 1100010 | 1111 | 100100 | 1100000 | 101100 |
Color Harmonies of #DA8505
Complementary color
Monochromatic Colors of #DA8505
Black with #DA8505
Text Example
Text Example
White with #DA8505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8505; }
p { color: rgb(218,133,5); }
H1.HeaderClassName
{
color: #DA8505;
}
.AnyTagClassName
{
color: #DA8505;
}
</style>
background-color css
<style>
a { background-color: #DA8505; }
a { background-color: rgb(218,133,5); }
div.DivClassName
{
background-color: #DA8505;
}
.BgClassName
{
background-color: #DA8505;
}
</style>
border-color css
<style>
span { border-color: #DA8505; }
span { border-color: rgb(218,133,5); }
td.TdClassName
{
border-color: #DA8505;
}
.TagClassName
{
border-color: #DA8505;
}
</style>