Shades of Tahiti Gold #DC761B
Tints of Tahiti Gold #DC761B
RGB
CMYK
RGB Variations
Color information
#DC761B (or 0xDC761B) is known color: Tahiti Gold. HEX triplet: DC, 76 and 1B. RGB value is (220,118,27). Sum of RGB (Red+Green+Blue) = 220+118+27=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC761B is #2389E4. Grayscale: #8A8A8A. Windows color (decimal): -2329061 or 1799900. OLE color: 1799900.
HSL color Cylindrical-coordinate representation of color #DC761B: hue angle of 28.29º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC761B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 27 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.14 |
| HSL | 28.29º | 0.78% | 0.48% | - |
| HSV(B) | 28.29º | 0.88% | 0.86% | - |
| XYZ | 36.19 | 28.25 | 4.58 | - |
| YUV | 138.12 | 65.29 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 27 | 0 | 0.46 | 0.88 | 0.14 | 28.29 | 0.78 | 0.48 |
| Hex | DC | 76 | 1B | 0 | 2E | 58 | E | 1C | 4E | 30 |
| Octal | 334 | 166 | 33 | 0 | 56 | 130 | 16 | 34 | 116 | 60 |
| Binary | 11011100 | 1110110 | 11011 | 0 | 101110 | 1011000 | 1110 | 11100 | 1001110 | 110000 |
Color Harmonies of #DC761B
Complementary color
Monochromatic Colors of #DC761B
Black with #DC761B
Text Example
Text Example
White with #DC761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC761B; }
p { color: rgb(220,118,27); }
H1.HeaderClassName
{
color: #DC761B;
}
.AnyTagClassName
{
color: #DC761B;
}
</style>
background-color css
<style>
a { background-color: #DC761B; }
a { background-color: rgb(220,118,27); }
div.DivClassName
{
background-color: #DC761B;
}
.BgClassName
{
background-color: #DC761B;
}
</style>
border-color css
<style>
span { border-color: #DC761B; }
span { border-color: rgb(220,118,27); }
td.TdClassName
{
border-color: #DC761B;
}
.TagClassName
{
border-color: #DC761B;
}
</style>