Shades of Tahiti Gold #DA7A22
Tints of Tahiti Gold #DA7A22
RGB
CMYK
RGB Variations
Color information
#DA7A22 (or 0xDA7A22) is known color: Tahiti Gold. HEX triplet: DA, 7A and 22. RGB value is (218,122,34). Sum of RGB (Red+Green+Blue) = 218+122+34=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7A22 is #2585DD. Grayscale: #8D8D8D. Windows color (decimal): -2459102 or 2259674. OLE color: 2259674.
HSL color Cylindrical-coordinate representation of color #DA7A22: hue angle of 28.7º 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 #DA7A22 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 34 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.15 |
| HSL | 28.7º | 0.73% | 0.49% | - |
| HSV(B) | 28.7º | 0.84% | 0.85% | - |
| XYZ | 36.16 | 28.94 | 5.19 | - |
| YUV | 140.67 | 67.8 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 34 | 0 | 0.44 | 0.84 | 0.15 | 28.7 | 0.73 | 0.49 |
| Hex | DA | 7A | 22 | 0 | 2C | 54 | F | 1D | 49 | 31 |
| Octal | 332 | 172 | 42 | 0 | 54 | 124 | 17 | 35 | 111 | 61 |
| Binary | 11011010 | 1111010 | 100010 | 0 | 101100 | 1010100 | 1111 | 11101 | 1001001 | 110001 |
Color Harmonies of #DA7A22
Complementary color
Monochromatic Colors of #DA7A22
Black with #DA7A22
Text Example
Text Example
White with #DA7A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A22; }
p { color: rgb(218,122,34); }
H1.HeaderClassName
{
color: #DA7A22;
}
.AnyTagClassName
{
color: #DA7A22;
}
</style>
background-color css
<style>
a { background-color: #DA7A22; }
a { background-color: rgb(218,122,34); }
div.DivClassName
{
background-color: #DA7A22;
}
.BgClassName
{
background-color: #DA7A22;
}
</style>
border-color css
<style>
span { border-color: #DA7A22; }
span { border-color: rgb(218,122,34); }
td.TdClassName
{
border-color: #DA7A22;
}
.TagClassName
{
border-color: #DA7A22;
}
</style>