Shades of Tahiti Gold #DA7A32
Tints of Tahiti Gold #DA7A32
RGB
CMYK
RGB Variations
Color information
#DA7A32 (or 0xDA7A32) is known color: Tahiti Gold. HEX triplet: DA, 7A and 32. RGB value is (218,122,50). Sum of RGB (Red+Green+Blue) = 218+122+50=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7A32 is #2585CD. Grayscale: #8E8E8E. Windows color (decimal): -2459086 or 3308250. OLE color: 3308250.
HSL color Cylindrical-coordinate representation of color #DA7A32: hue angle of 25.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA7A32 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 50 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.15 |
| HSL | 25.71º | 0.69% | 0.53% | - |
| HSV(B) | 25.71º | 0.77% | 0.85% | - |
| XYZ | 36.45 | 29.05 | 6.7 | - |
| YUV | 142.5 | 75.8 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 50 | 0 | 0.44 | 0.77 | 0.15 | 25.71 | 0.69 | 0.53 |
| Hex | DA | 7A | 32 | 0 | 2C | 4D | F | 1A | 45 | 35 |
| Octal | 332 | 172 | 62 | 0 | 54 | 115 | 17 | 32 | 105 | 65 |
| Binary | 11011010 | 1111010 | 110010 | 0 | 101100 | 1001101 | 1111 | 11010 | 1000101 | 110101 |
Color Harmonies of #DA7A32
Complementary color
Monochromatic Colors of #DA7A32
Black with #DA7A32
Text Example
Text Example
White with #DA7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A32; }
p { color: rgb(218,122,50); }
H1.HeaderClassName
{
color: #DA7A32;
}
.AnyTagClassName
{
color: #DA7A32;
}
</style>
background-color css
<style>
a { background-color: #DA7A32; }
a { background-color: rgb(218,122,50); }
div.DivClassName
{
background-color: #DA7A32;
}
.BgClassName
{
background-color: #DA7A32;
}
</style>
border-color css
<style>
span { border-color: #DA7A32; }
span { border-color: rgb(218,122,50); }
td.TdClassName
{
border-color: #DA7A32;
}
.TagClassName
{
border-color: #DA7A32;
}
</style>