Shades of Tahiti Gold #DA7C2E
Tints of Tahiti Gold #DA7C2E
RGB
CMYK
RGB Variations
Color information
#DA7C2E (or 0xDA7C2E) is known color: Tahiti Gold. HEX triplet: DA, 7C and 2E. RGB value is (218,124,46). Sum of RGB (Red+Green+Blue) = 218+124+46=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7C2E is #2583D1. Grayscale: #8F8F8F. Windows color (decimal): -2458578 or 3046618. OLE color: 3046618.
HSL color Cylindrical-coordinate representation of color #DA7C2E: hue angle of 27.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA7C2E is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 46 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.15 |
| HSL | 27.21º | 0.7% | 0.52% | - |
| HSV(B) | 27.21º | 0.79% | 0.85% | - |
| XYZ | 36.61 | 29.52 | 6.35 | - |
| YUV | 143.21 | 73.14 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 46 | 0 | 0.43 | 0.79 | 0.15 | 27.21 | 0.7 | 0.52 |
| Hex | DA | 7C | 2E | 0 | 2B | 4F | F | 1B | 46 | 34 |
| Octal | 332 | 174 | 56 | 0 | 53 | 117 | 17 | 33 | 106 | 64 |
| Binary | 11011010 | 1111100 | 101110 | 0 | 101011 | 1001111 | 1111 | 11011 | 1000110 | 110100 |
Color Harmonies of #DA7C2E
Complementary color
Monochromatic Colors of #DA7C2E
Black with #DA7C2E
Text Example
Text Example
White with #DA7C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C2E; }
p { color: rgb(218,124,46); }
H1.HeaderClassName
{
color: #DA7C2E;
}
.AnyTagClassName
{
color: #DA7C2E;
}
</style>
background-color css
<style>
a { background-color: #DA7C2E; }
a { background-color: rgb(218,124,46); }
div.DivClassName
{
background-color: #DA7C2E;
}
.BgClassName
{
background-color: #DA7C2E;
}
</style>
border-color css
<style>
span { border-color: #DA7C2E; }
span { border-color: rgb(218,124,46); }
td.TdClassName
{
border-color: #DA7C2E;
}
.TagClassName
{
border-color: #DA7C2E;
}
</style>