Shades of Tahiti Gold #DA7C2F
Tints of Tahiti Gold #DA7C2F
RGB
CMYK
RGB Variations
Color information
#DA7C2F (or 0xDA7C2F) is known color: Tahiti Gold. HEX triplet: DA, 7C and 2F. RGB value is (218,124,47). Sum of RGB (Red+Green+Blue) = 218+124+47=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7C2F is #2583D0. Grayscale: #8F8F8F. Windows color (decimal): -2458577 or 3112154. OLE color: 3112154.
HSL color Cylindrical-coordinate representation of color #DA7C2F: hue angle of 27.02º 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 #DA7C2F is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 47 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.15 |
| HSL | 27.02º | 0.7% | 0.52% | - |
| HSV(B) | 27.02º | 0.78% | 0.85% | - |
| XYZ | 36.63 | 29.53 | 6.46 | - |
| YUV | 143.33 | 73.64 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 47 | 0 | 0.43 | 0.78 | 0.15 | 27.02 | 0.7 | 0.52 |
| Hex | DA | 7C | 2F | 0 | 2B | 4E | F | 1B | 46 | 34 |
| Octal | 332 | 174 | 57 | 0 | 53 | 116 | 17 | 33 | 106 | 64 |
| Binary | 11011010 | 1111100 | 101111 | 0 | 101011 | 1001110 | 1111 | 11011 | 1000110 | 110100 |
Color Harmonies of #DA7C2F
Complementary color
Monochromatic Colors of #DA7C2F
Black with #DA7C2F
Text Example
Text Example
White with #DA7C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C2F; }
p { color: rgb(218,124,47); }
H1.HeaderClassName
{
color: #DA7C2F;
}
.AnyTagClassName
{
color: #DA7C2F;
}
</style>
background-color css
<style>
a { background-color: #DA7C2F; }
a { background-color: rgb(218,124,47); }
div.DivClassName
{
background-color: #DA7C2F;
}
.BgClassName
{
background-color: #DA7C2F;
}
</style>
border-color css
<style>
span { border-color: #DA7C2F; }
span { border-color: rgb(218,124,47); }
td.TdClassName
{
border-color: #DA7C2F;
}
.TagClassName
{
border-color: #DA7C2F;
}
</style>