Shades of Tahiti Gold #DA7622
Tints of Tahiti Gold #DA7622
RGB
CMYK
RGB Variations
Color information
#DA7622 (or 0xDA7622) is known color: Tahiti Gold. HEX triplet: DA, 76 and 22. RGB value is (218,118,34). Sum of RGB (Red+Green+Blue) = 218+118+34=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7622 is #2589DD. Grayscale: #8A8A8A. Windows color (decimal): -2460126 or 2258650. OLE color: 2258650.
HSL color Cylindrical-coordinate representation of color #DA7622: hue angle of 27.39º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA7622 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 34 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.15 |
| HSL | 27.39º | 0.73% | 0.49% | - |
| HSV(B) | 27.39º | 0.84% | 0.85% | - |
| XYZ | 35.68 | 27.98 | 5.03 | - |
| YUV | 138.32 | 69.13 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 34 | 0 | 0.46 | 0.84 | 0.15 | 27.39 | 0.73 | 0.49 |
| Hex | DA | 76 | 22 | 0 | 2E | 54 | F | 1B | 49 | 31 |
| Octal | 332 | 166 | 42 | 0 | 56 | 124 | 17 | 33 | 111 | 61 |
| Binary | 11011010 | 1110110 | 100010 | 0 | 101110 | 1010100 | 1111 | 11011 | 1001001 | 110001 |
Color Harmonies of #DA7622
Complementary color
Monochromatic Colors of #DA7622
Black with #DA7622
Text Example
Text Example
White with #DA7622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7622; }
p { color: rgb(218,118,34); }
H1.HeaderClassName
{
color: #DA7622;
}
.AnyTagClassName
{
color: #DA7622;
}
</style>
background-color css
<style>
a { background-color: #DA7622; }
a { background-color: rgb(218,118,34); }
div.DivClassName
{
background-color: #DA7622;
}
.BgClassName
{
background-color: #DA7622;
}
</style>
border-color css
<style>
span { border-color: #DA7622; }
span { border-color: rgb(218,118,34); }
td.TdClassName
{
border-color: #DA7622;
}
.TagClassName
{
border-color: #DA7622;
}
</style>