Shades of Tahiti Gold #DA6D29
Tints of Tahiti Gold #DA6D29
RGB
CMYK
RGB Variations
Color information
#DA6D29 (or 0xDA6D29) is known color: Tahiti Gold. HEX triplet: DA, 6D and 29. RGB value is (218,109,41). Sum of RGB (Red+Green+Blue) = 218+109+41=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D29 is #2592D6. Grayscale: #868686. Windows color (decimal): -2462423 or 2715098. OLE color: 2715098.
HSL color Cylindrical-coordinate representation of color #DA6D29: hue angle of 23.05º 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 #DA6D29 is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 41 | - |
| CMYK | 0 | 0.5 | 0.81 | 0.15 |
| HSL | 23.05º | 0.71% | 0.51% | - |
| HSV(B) | 23.05º | 0.81% | 0.85% | - |
| XYZ | 34.78 | 26 | 5.28 | - |
| YUV | 133.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 41 | 0 | 0.5 | 0.81 | 0.15 | 23.05 | 0.71 | 0.51 |
| Hex | DA | 6D | 29 | 0 | 32 | 51 | F | 17 | 47 | 33 |
| Octal | 332 | 155 | 51 | 0 | 62 | 121 | 17 | 27 | 107 | 63 |
| Binary | 11011010 | 1101101 | 101001 | 0 | 110010 | 1010001 | 1111 | 10111 | 1000111 | 110011 |
Color Harmonies of #DA6D29
Complementary color
Monochromatic Colors of #DA6D29
Black with #DA6D29
Text Example
Text Example
White with #DA6D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D29; }
p { color: rgb(218,109,41); }
H1.HeaderClassName
{
color: #DA6D29;
}
.AnyTagClassName
{
color: #DA6D29;
}
</style>
background-color css
<style>
a { background-color: #DA6D29; }
a { background-color: rgb(218,109,41); }
div.DivClassName
{
background-color: #DA6D29;
}
.BgClassName
{
background-color: #DA6D29;
}
</style>
border-color css
<style>
span { border-color: #DA6D29; }
span { border-color: rgb(218,109,41); }
td.TdClassName
{
border-color: #DA6D29;
}
.TagClassName
{
border-color: #DA6D29;
}
</style>