Shades of Tahiti Gold #DA7A2C
Tints of Tahiti Gold #DA7A2C
RGB
CMYK
RGB Variations
Color information
#DA7A2C (or 0xDA7A2C) is known color: Tahiti Gold. HEX triplet: DA, 7A and 2C. RGB value is (218,122,44). Sum of RGB (Red+Green+Blue) = 218+122+44=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7A2C is #2585D3. Grayscale: #8E8E8E. Windows color (decimal): -2459092 or 2915034. OLE color: 2915034.
HSL color Cylindrical-coordinate representation of color #DA7A2C: hue angle of 26.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA7A2C is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 44 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.15 |
| HSL | 26.9º | 0.7% | 0.51% | - |
| HSV(B) | 26.9º | 0.8% | 0.85% | - |
| XYZ | 36.33 | 29.01 | 6.07 | - |
| YUV | 141.81 | 72.8 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 44 | 0 | 0.44 | 0.80 | 0.15 | 26.9 | 0.7 | 0.51 |
| Hex | DA | 7A | 2C | 0 | 2C | 50 | F | 1B | 46 | 33 |
| Octal | 332 | 172 | 54 | 0 | 54 | 120 | 17 | 33 | 106 | 63 |
| Binary | 11011010 | 1111010 | 101100 | 0 | 101100 | 1010000 | 1111 | 11011 | 1000110 | 110011 |
Color Harmonies of #DA7A2C
Complementary color
Monochromatic Colors of #DA7A2C
Black with #DA7A2C
Text Example
Text Example
White with #DA7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A2C; }
p { color: rgb(218,122,44); }
H1.HeaderClassName
{
color: #DA7A2C;
}
.AnyTagClassName
{
color: #DA7A2C;
}
</style>
background-color css
<style>
a { background-color: #DA7A2C; }
a { background-color: rgb(218,122,44); }
div.DivClassName
{
background-color: #DA7A2C;
}
.BgClassName
{
background-color: #DA7A2C;
}
</style>
border-color css
<style>
span { border-color: #DA7A2C; }
span { border-color: rgb(218,122,44); }
td.TdClassName
{
border-color: #DA7A2C;
}
.TagClassName
{
border-color: #DA7A2C;
}
</style>