Shades of Tahiti Gold #DA7730
Tints of Tahiti Gold #DA7730
RGB
CMYK
RGB Variations
Color information
#DA7730 (or 0xDA7730) is known color: Tahiti Gold. HEX triplet: DA, 77 and 30. RGB value is (218,119,48). Sum of RGB (Red+Green+Blue) = 218+119+48=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7730 is #2588CF. Grayscale: #8C8C8C. Windows color (decimal): -2459856 or 3176410. OLE color: 3176410.
HSL color Cylindrical-coordinate representation of color #DA7730: hue angle of 25.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA7730 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 48 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.15 |
| HSL | 25.06º | 0.7% | 0.52% | - |
| HSV(B) | 25.06º | 0.78% | 0.85% | - |
| XYZ | 36.04 | 28.31 | 6.36 | - |
| YUV | 140.51 | 75.8 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 48 | 0 | 0.45 | 0.78 | 0.15 | 25.06 | 0.7 | 0.52 |
| Hex | DA | 77 | 30 | 0 | 2D | 4E | F | 19 | 46 | 34 |
| Octal | 332 | 167 | 60 | 0 | 55 | 116 | 17 | 31 | 106 | 64 |
| Binary | 11011010 | 1110111 | 110000 | 0 | 101101 | 1001110 | 1111 | 11001 | 1000110 | 110100 |
Color Harmonies of #DA7730
Complementary color
Monochromatic Colors of #DA7730
Black with #DA7730
Text Example
Text Example
White with #DA7730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7730; }
p { color: rgb(218,119,48); }
H1.HeaderClassName
{
color: #DA7730;
}
.AnyTagClassName
{
color: #DA7730;
}
</style>
background-color css
<style>
a { background-color: #DA7730; }
a { background-color: rgb(218,119,48); }
div.DivClassName
{
background-color: #DA7730;
}
.BgClassName
{
background-color: #DA7730;
}
</style>
border-color css
<style>
span { border-color: #DA7730; }
span { border-color: rgb(218,119,48); }
td.TdClassName
{
border-color: #DA7730;
}
.TagClassName
{
border-color: #DA7730;
}
</style>