Shades of Tahiti Gold #DC761E
Tints of Tahiti Gold #DC761E
RGB
CMYK
RGB Variations
Color information
#DC761E (or 0xDC761E) is known color: Tahiti Gold. HEX triplet: DC, 76 and 1E. RGB value is (220,118,30). Sum of RGB (Red+Green+Blue) = 220+118+30=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC761E is #2389E1. Grayscale: #8A8A8A. Windows color (decimal): -2329058 or 1996508. OLE color: 1996508.
HSL color Cylindrical-coordinate representation of color #DC761E: hue angle of 27.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC761E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.14 |
| HSL | 27.79º | 0.76% | 0.49% | - |
| HSV(B) | 27.79º | 0.86% | 0.86% | - |
| XYZ | 36.23 | 28.27 | 4.77 | - |
| YUV | 138.47 | 66.79 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 30 | 0 | 0.46 | 0.86 | 0.14 | 27.79 | 0.76 | 0.49 |
| Hex | DC | 76 | 1E | 0 | 2E | 56 | E | 1C | 4C | 31 |
| Octal | 334 | 166 | 36 | 0 | 56 | 126 | 16 | 34 | 114 | 61 |
| Binary | 11011100 | 1110110 | 11110 | 0 | 101110 | 1010110 | 1110 | 11100 | 1001100 | 110001 |
Color Harmonies of #DC761E
Complementary color
Monochromatic Colors of #DC761E
Black with #DC761E
Text Example
Text Example
White with #DC761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC761E; }
p { color: rgb(220,118,30); }
H1.HeaderClassName
{
color: #DC761E;
}
.AnyTagClassName
{
color: #DC761E;
}
</style>
background-color css
<style>
a { background-color: #DC761E; }
a { background-color: rgb(220,118,30); }
div.DivClassName
{
background-color: #DC761E;
}
.BgClassName
{
background-color: #DC761E;
}
</style>
border-color css
<style>
span { border-color: #DC761E; }
span { border-color: rgb(220,118,30); }
td.TdClassName
{
border-color: #DC761E;
}
.TagClassName
{
border-color: #DC761E;
}
</style>