Shades of Tahiti Gold #DA7922
Tints of Tahiti Gold #DA7922
RGB
CMYK
RGB Variations
Color information
#DA7922 (or 0xDA7922) is known color: Tahiti Gold. HEX triplet: DA, 79 and 22. RGB value is (218,121,34). Sum of RGB (Red+Green+Blue) = 218+121+34=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7922 is #2586DD. Grayscale: #8C8C8C. Windows color (decimal): -2459358 or 2259418. OLE color: 2259418.
HSL color Cylindrical-coordinate representation of color #DA7922: hue angle of 28.37º 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 #DA7922 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 34 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.15 |
| HSL | 28.37º | 0.73% | 0.49% | - |
| HSV(B) | 28.37º | 0.84% | 0.85% | - |
| XYZ | 36.04 | 28.7 | 5.15 | - |
| YUV | 140.09 | 68.14 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 34 | 0 | 0.44 | 0.84 | 0.15 | 28.37 | 0.73 | 0.49 |
| Hex | DA | 79 | 22 | 0 | 2C | 54 | F | 1C | 49 | 31 |
| Octal | 332 | 171 | 42 | 0 | 54 | 124 | 17 | 34 | 111 | 61 |
| Binary | 11011010 | 1111001 | 100010 | 0 | 101100 | 1010100 | 1111 | 11100 | 1001001 | 110001 |
Color Harmonies of #DA7922
Complementary color
Monochromatic Colors of #DA7922
Black with #DA7922
Text Example
Text Example
White with #DA7922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7922; }
p { color: rgb(218,121,34); }
H1.HeaderClassName
{
color: #DA7922;
}
.AnyTagClassName
{
color: #DA7922;
}
</style>
background-color css
<style>
a { background-color: #DA7922; }
a { background-color: rgb(218,121,34); }
div.DivClassName
{
background-color: #DA7922;
}
.BgClassName
{
background-color: #DA7922;
}
</style>
border-color css
<style>
span { border-color: #DA7922; }
span { border-color: rgb(218,121,34); }
td.TdClassName
{
border-color: #DA7922;
}
.TagClassName
{
border-color: #DA7922;
}
</style>