Shades of Tahiti Gold #DC7729
Tints of Tahiti Gold #DC7729
RGB
CMYK
RGB Variations
Color information
#DC7729 (or 0xDC7729) is known color: Tahiti Gold. HEX triplet: DC, 77 and 29. RGB value is (220,119,41). Sum of RGB (Red+Green+Blue) = 220+119+41=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7729 is #2388D6. Grayscale: #8C8C8C. Windows color (decimal): -2328791 or 2717660. OLE color: 2717660.
HSL color Cylindrical-coordinate representation of color #DC7729: hue angle of 26.15º 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 #DC7729 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 41 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.14 |
| HSL | 26.15º | 0.72% | 0.51% | - |
| HSV(B) | 26.15º | 0.81% | 0.86% | - |
| XYZ | 36.51 | 28.57 | 5.69 | - |
| YUV | 140.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 41 | 0 | 0.46 | 0.81 | 0.14 | 26.15 | 0.72 | 0.51 |
| Hex | DC | 77 | 29 | 0 | 2E | 51 | E | 1A | 48 | 33 |
| Octal | 334 | 167 | 51 | 0 | 56 | 121 | 16 | 32 | 110 | 63 |
| Binary | 11011100 | 1110111 | 101001 | 0 | 101110 | 1010001 | 1110 | 11010 | 1001000 | 110011 |
Color Harmonies of #DC7729
Complementary color
Monochromatic Colors of #DC7729
Black with #DC7729
Text Example
Text Example
White with #DC7729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7729; }
p { color: rgb(220,119,41); }
H1.HeaderClassName
{
color: #DC7729;
}
.AnyTagClassName
{
color: #DC7729;
}
</style>
background-color css
<style>
a { background-color: #DC7729; }
a { background-color: rgb(220,119,41); }
div.DivClassName
{
background-color: #DC7729;
}
.BgClassName
{
background-color: #DC7729;
}
</style>
border-color css
<style>
span { border-color: #DC7729; }
span { border-color: rgb(220,119,41); }
td.TdClassName
{
border-color: #DC7729;
}
.TagClassName
{
border-color: #DC7729;
}
</style>