Shades of Tahiti Gold #DA7724
Tints of Tahiti Gold #DA7724
RGB
CMYK
RGB Variations
Color information
#DA7724 (or 0xDA7724) is known color: Tahiti Gold. HEX triplet: DA, 77 and 24. RGB value is (218,119,36). Sum of RGB (Red+Green+Blue) = 218+119+36=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7724 is #2588DB. Grayscale: #8B8B8B. Windows color (decimal): -2459868 or 2389978. OLE color: 2389978.
HSL color Cylindrical-coordinate representation of color #DA7724: hue angle of 27.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA7724 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 36 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.15 |
| HSL | 27.36º | 0.72% | 0.5% | - |
| HSV(B) | 27.36º | 0.83% | 0.85% | - |
| XYZ | 35.83 | 28.23 | 5.23 | - |
| YUV | 139.14 | 69.8 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 36 | 0 | 0.45 | 0.83 | 0.15 | 27.36 | 0.72 | 0.5 |
| Hex | DA | 77 | 24 | 0 | 2D | 53 | F | 1B | 48 | 32 |
| Octal | 332 | 167 | 44 | 0 | 55 | 123 | 17 | 33 | 110 | 62 |
| Binary | 11011010 | 1110111 | 100100 | 0 | 101101 | 1010011 | 1111 | 11011 | 1001000 | 110010 |
Color Harmonies of #DA7724
Complementary color
Monochromatic Colors of #DA7724
Black with #DA7724
Text Example
Text Example
White with #DA7724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7724; }
p { color: rgb(218,119,36); }
H1.HeaderClassName
{
color: #DA7724;
}
.AnyTagClassName
{
color: #DA7724;
}
</style>
background-color css
<style>
a { background-color: #DA7724; }
a { background-color: rgb(218,119,36); }
div.DivClassName
{
background-color: #DA7724;
}
.BgClassName
{
background-color: #DA7724;
}
</style>
border-color css
<style>
span { border-color: #DA7724; }
span { border-color: rgb(218,119,36); }
td.TdClassName
{
border-color: #DA7724;
}
.TagClassName
{
border-color: #DA7724;
}
</style>