Shades of Tahiti Gold #DA7624
Tints of Tahiti Gold #DA7624
RGB
CMYK
RGB Variations
Color information
#DA7624 (or 0xDA7624) is known color: Tahiti Gold. HEX triplet: DA, 76 and 24. RGB value is (218,118,36). Sum of RGB (Red+Green+Blue) = 218+118+36=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7624 is #2589DB. Grayscale: #8A8A8A. Windows color (decimal): -2460124 or 2389722. OLE color: 2389722.
HSL color Cylindrical-coordinate representation of color #DA7624: hue angle of 27.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA7624 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 36 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.15 |
| HSL | 27.03º | 0.72% | 0.5% | - |
| HSV(B) | 27.03º | 0.83% | 0.85% | - |
| XYZ | 35.71 | 27.99 | 5.19 | - |
| YUV | 138.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 36 | 0 | 0.46 | 0.83 | 0.15 | 27.03 | 0.72 | 0.5 |
| Hex | DA | 76 | 24 | 0 | 2E | 53 | F | 1B | 48 | 32 |
| Octal | 332 | 166 | 44 | 0 | 56 | 123 | 17 | 33 | 110 | 62 |
| Binary | 11011010 | 1110110 | 100100 | 0 | 101110 | 1010011 | 1111 | 11011 | 1001000 | 110010 |
Color Harmonies of #DA7624
Complementary color
Monochromatic Colors of #DA7624
Black with #DA7624
Text Example
Text Example
White with #DA7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7624; }
p { color: rgb(218,118,36); }
H1.HeaderClassName
{
color: #DA7624;
}
.AnyTagClassName
{
color: #DA7624;
}
</style>
background-color css
<style>
a { background-color: #DA7624; }
a { background-color: rgb(218,118,36); }
div.DivClassName
{
background-color: #DA7624;
}
.BgClassName
{
background-color: #DA7624;
}
</style>
border-color css
<style>
span { border-color: #DA7624; }
span { border-color: rgb(218,118,36); }
td.TdClassName
{
border-color: #DA7624;
}
.TagClassName
{
border-color: #DA7624;
}
</style>