Shades of Tahiti Gold #DC782E
Tints of Tahiti Gold #DC782E
RGB
CMYK
RGB Variations
Color information
#DC782E (or 0xDC782E) is known color: Tahiti Gold. HEX triplet: DC, 78 and 2E. RGB value is (220,120,46). Sum of RGB (Red+Green+Blue) = 220+120+46=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC782E is #2387D1. Grayscale: #8D8D8D. Windows color (decimal): -2328530 or 3045596. OLE color: 3045596.
HSL color Cylindrical-coordinate representation of color #DC782E: hue angle of 25.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC782E is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 46 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.14 |
| HSL | 25.52º | 0.71% | 0.52% | - |
| HSV(B) | 25.52º | 0.79% | 0.86% | - |
| XYZ | 36.72 | 28.85 | 6.22 | - |
| YUV | 141.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 46 | 0 | 0.45 | 0.79 | 0.14 | 25.52 | 0.71 | 0.52 |
| Hex | DC | 78 | 2E | 0 | 2D | 4F | E | 1A | 47 | 34 |
| Octal | 334 | 170 | 56 | 0 | 55 | 117 | 16 | 32 | 107 | 64 |
| Binary | 11011100 | 1111000 | 101110 | 0 | 101101 | 1001111 | 1110 | 11010 | 1000111 | 110100 |
Color Harmonies of #DC782E
Complementary color
Monochromatic Colors of #DC782E
Black with #DC782E
Text Example
Text Example
White with #DC782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC782E; }
p { color: rgb(220,120,46); }
H1.HeaderClassName
{
color: #DC782E;
}
.AnyTagClassName
{
color: #DC782E;
}
</style>
background-color css
<style>
a { background-color: #DC782E; }
a { background-color: rgb(220,120,46); }
div.DivClassName
{
background-color: #DC782E;
}
.BgClassName
{
background-color: #DC782E;
}
</style>
border-color css
<style>
span { border-color: #DC782E; }
span { border-color: rgb(220,120,46); }
td.TdClassName
{
border-color: #DC782E;
}
.TagClassName
{
border-color: #DC782E;
}
</style>