Shades of Tahiti Gold #DC782A
Tints of Tahiti Gold #DC782A
RGB
CMYK
RGB Variations
Color information
#DC782A (or 0xDC782A) is known color: Tahiti Gold. HEX triplet: DC, 78 and 2A. RGB value is (220,120,42). Sum of RGB (Red+Green+Blue) = 220+120+42=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC782A is #2387D5. Grayscale: #8D8D8D. Windows color (decimal): -2328534 or 2783452. OLE color: 2783452.
HSL color Cylindrical-coordinate representation of color #DC782A: hue angle of 26.29º 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 #DC782A is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 42 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.14 |
| HSL | 26.29º | 0.72% | 0.51% | - |
| HSV(B) | 26.29º | 0.81% | 0.86% | - |
| XYZ | 36.65 | 28.82 | 5.82 | - |
| YUV | 141.01 | 72.13 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 42 | 0 | 0.45 | 0.81 | 0.14 | 26.29 | 0.72 | 0.51 |
| Hex | DC | 78 | 2A | 0 | 2D | 51 | E | 1A | 48 | 33 |
| Octal | 334 | 170 | 52 | 0 | 55 | 121 | 16 | 32 | 110 | 63 |
| Binary | 11011100 | 1111000 | 101010 | 0 | 101101 | 1010001 | 1110 | 11010 | 1001000 | 110011 |
Color Harmonies of #DC782A
Complementary color
Monochromatic Colors of #DC782A
Black with #DC782A
Text Example
Text Example
White with #DC782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC782A; }
p { color: rgb(220,120,42); }
H1.HeaderClassName
{
color: #DC782A;
}
.AnyTagClassName
{
color: #DC782A;
}
</style>
background-color css
<style>
a { background-color: #DC782A; }
a { background-color: rgb(220,120,42); }
div.DivClassName
{
background-color: #DC782A;
}
.BgClassName
{
background-color: #DC782A;
}
</style>
border-color css
<style>
span { border-color: #DC782A; }
span { border-color: rgb(220,120,42); }
td.TdClassName
{
border-color: #DC782A;
}
.TagClassName
{
border-color: #DC782A;
}
</style>