Shades of Tahiti Gold #DA7429
Tints of Tahiti Gold #DA7429
RGB
CMYK
RGB Variations
Color information
#DA7429 (or 0xDA7429) is known color: Tahiti Gold. HEX triplet: DA, 74 and 29. RGB value is (218,116,41). Sum of RGB (Red+Green+Blue) = 218+116+41=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7429 is #258BD6. Grayscale: #8A8A8A. Windows color (decimal): -2460631 or 2716890. OLE color: 2716890.
HSL color Cylindrical-coordinate representation of color #DA7429: hue angle of 25.42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA7429 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 41 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.15 |
| HSL | 25.42º | 0.71% | 0.51% | - |
| HSV(B) | 25.42º | 0.81% | 0.85% | - |
| XYZ | 35.56 | 27.56 | 5.54 | - |
| YUV | 137.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 41 | 0 | 0.47 | 0.81 | 0.15 | 25.42 | 0.71 | 0.51 |
| Hex | DA | 74 | 29 | 0 | 2F | 51 | F | 19 | 47 | 33 |
| Octal | 332 | 164 | 51 | 0 | 57 | 121 | 17 | 31 | 107 | 63 |
| Binary | 11011010 | 1110100 | 101001 | 0 | 101111 | 1010001 | 1111 | 11001 | 1000111 | 110011 |
Color Harmonies of #DA7429
Complementary color
Monochromatic Colors of #DA7429
Black with #DA7429
Text Example
Text Example
White with #DA7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7429; }
p { color: rgb(218,116,41); }
H1.HeaderClassName
{
color: #DA7429;
}
.AnyTagClassName
{
color: #DA7429;
}
</style>
background-color css
<style>
a { background-color: #DA7429; }
a { background-color: rgb(218,116,41); }
div.DivClassName
{
background-color: #DA7429;
}
.BgClassName
{
background-color: #DA7429;
}
</style>
border-color css
<style>
span { border-color: #DA7429; }
span { border-color: rgb(218,116,41); }
td.TdClassName
{
border-color: #DA7429;
}
.TagClassName
{
border-color: #DA7429;
}
</style>