Shades of Tahiti Gold #DA7732
Tints of Tahiti Gold #DA7732
RGB
CMYK
RGB Variations
Color information
#DA7732 (or 0xDA7732) is known color: Tahiti Gold. HEX triplet: DA, 77 and 32. RGB value is (218,119,50). Sum of RGB (Red+Green+Blue) = 218+119+50=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7732 is #2588CD. Grayscale: #8D8D8D. Windows color (decimal): -2459854 or 3307482. OLE color: 3307482.
HSL color Cylindrical-coordinate representation of color #DA7732: hue angle of 24.64º 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 #DA7732 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 50 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.15 |
| HSL | 24.64º | 0.69% | 0.53% | - |
| HSV(B) | 24.64º | 0.77% | 0.85% | - |
| XYZ | 36.09 | 28.33 | 6.58 | - |
| YUV | 140.74 | 76.8 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 50 | 0 | 0.45 | 0.77 | 0.15 | 24.64 | 0.69 | 0.53 |
| Hex | DA | 77 | 32 | 0 | 2D | 4D | F | 19 | 45 | 35 |
| Octal | 332 | 167 | 62 | 0 | 55 | 115 | 17 | 31 | 105 | 65 |
| Binary | 11011010 | 1110111 | 110010 | 0 | 101101 | 1001101 | 1111 | 11001 | 1000101 | 110101 |
Color Harmonies of #DA7732
Complementary color
Monochromatic Colors of #DA7732
Black with #DA7732
Text Example
Text Example
White with #DA7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7732; }
p { color: rgb(218,119,50); }
H1.HeaderClassName
{
color: #DA7732;
}
.AnyTagClassName
{
color: #DA7732;
}
</style>
background-color css
<style>
a { background-color: #DA7732; }
a { background-color: rgb(218,119,50); }
div.DivClassName
{
background-color: #DA7732;
}
.BgClassName
{
background-color: #DA7732;
}
</style>
border-color css
<style>
span { border-color: #DA7732; }
span { border-color: rgb(218,119,50); }
td.TdClassName
{
border-color: #DA7732;
}
.TagClassName
{
border-color: #DA7732;
}
</style>