Shades of Tahiti Gold #DA7321
Tints of Tahiti Gold #DA7321
RGB
CMYK
RGB Variations
Color information
#DA7321 (or 0xDA7321) is known color: Tahiti Gold. HEX triplet: DA, 73 and 21. RGB value is (218,115,33). Sum of RGB (Red+Green+Blue) = 218+115+33=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7321 is #258CDE. Grayscale: #888888. Windows color (decimal): -2460895 or 2192346. OLE color: 2192346.
HSL color Cylindrical-coordinate representation of color #DA7321: hue angle of 26.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA7321 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 33 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.15 |
| HSL | 26.59º | 0.74% | 0.49% | - |
| HSV(B) | 26.59º | 0.85% | 0.85% | - |
| XYZ | 35.32 | 27.28 | 4.84 | - |
| YUV | 136.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 33 | 0 | 0.47 | 0.85 | 0.15 | 26.59 | 0.74 | 0.49 |
| Hex | DA | 73 | 21 | 0 | 2F | 55 | F | 1B | 4A | 31 |
| Octal | 332 | 163 | 41 | 0 | 57 | 125 | 17 | 33 | 112 | 61 |
| Binary | 11011010 | 1110011 | 100001 | 0 | 101111 | 1010101 | 1111 | 11011 | 1001010 | 110001 |
Color Harmonies of #DA7321
Complementary color
Monochromatic Colors of #DA7321
Black with #DA7321
Text Example
Text Example
White with #DA7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7321; }
p { color: rgb(218,115,33); }
H1.HeaderClassName
{
color: #DA7321;
}
.AnyTagClassName
{
color: #DA7321;
}
</style>
background-color css
<style>
a { background-color: #DA7321; }
a { background-color: rgb(218,115,33); }
div.DivClassName
{
background-color: #DA7321;
}
.BgClassName
{
background-color: #DA7321;
}
</style>
border-color css
<style>
span { border-color: #DA7321; }
span { border-color: rgb(218,115,33); }
td.TdClassName
{
border-color: #DA7321;
}
.TagClassName
{
border-color: #DA7321;
}
</style>