Shades of Tahiti Gold #DC802A
Tints of Tahiti Gold #DC802A
RGB
CMYK
RGB Variations
Color information
#DC802A (or 0xDC802A) is known color: Tahiti Gold. HEX triplet: DC, 80 and 2A. RGB value is (220,128,42). Sum of RGB (Red+Green+Blue) = 220+128+42=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC802A is #237FD5. Grayscale: #929292. Windows color (decimal): -2326486 or 2785500. OLE color: 2785500.
HSL color Cylindrical-coordinate representation of color #DC802A: hue angle of 28.99º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC802A is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 42 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.14 |
| HSL | 28.99º | 0.72% | 0.51% | - |
| HSV(B) | 28.99º | 0.81% | 0.86% | - |
| XYZ | 37.65 | 30.82 | 6.16 | - |
| YUV | 145.7 | 69.48 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 42 | 0 | 0.42 | 0.81 | 0.14 | 28.99 | 0.72 | 0.51 |
| Hex | DC | 80 | 2A | 0 | 2A | 51 | E | 1D | 48 | 33 |
| Octal | 334 | 200 | 52 | 0 | 52 | 121 | 16 | 35 | 110 | 63 |
| Binary | 11011100 | 10000000 | 101010 | 0 | 101010 | 1010001 | 1110 | 11101 | 1001000 | 110011 |
Color Harmonies of #DC802A
Complementary color
Monochromatic Colors of #DC802A
Black with #DC802A
Text Example
Text Example
White with #DC802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC802A; }
p { color: rgb(220,128,42); }
H1.HeaderClassName
{
color: #DC802A;
}
.AnyTagClassName
{
color: #DC802A;
}
</style>
background-color css
<style>
a { background-color: #DC802A; }
a { background-color: rgb(220,128,42); }
div.DivClassName
{
background-color: #DC802A;
}
.BgClassName
{
background-color: #DC802A;
}
</style>
border-color css
<style>
span { border-color: #DC802A; }
span { border-color: rgb(220,128,42); }
td.TdClassName
{
border-color: #DC802A;
}
.TagClassName
{
border-color: #DC802A;
}
</style>