Shades of Tahiti Gold #DA7325
Tints of Tahiti Gold #DA7325
RGB
CMYK
RGB Variations
Color information
#DA7325 (or 0xDA7325) is known color: Tahiti Gold. HEX triplet: DA, 73 and 25. RGB value is (218,115,37). Sum of RGB (Red+Green+Blue) = 218+115+37=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7325 is #258CDA. Grayscale: #898989. Windows color (decimal): -2460891 or 2454490. OLE color: 2454490.
HSL color Cylindrical-coordinate representation of color #DA7325: hue angle of 25.86º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA7325 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 37 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.15 |
| HSL | 25.86º | 0.71% | 0.5% | - |
| HSV(B) | 25.86º | 0.83% | 0.85% | - |
| XYZ | 35.38 | 27.3 | 5.16 | - |
| YUV | 136.91 | 71.62 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 37 | 0 | 0.47 | 0.83 | 0.15 | 25.86 | 0.71 | 0.5 |
| Hex | DA | 73 | 25 | 0 | 2F | 53 | F | 1A | 47 | 32 |
| Octal | 332 | 163 | 45 | 0 | 57 | 123 | 17 | 32 | 107 | 62 |
| Binary | 11011010 | 1110011 | 100101 | 0 | 101111 | 1010011 | 1111 | 11010 | 1000111 | 110010 |
Color Harmonies of #DA7325
Complementary color
Monochromatic Colors of #DA7325
Black with #DA7325
Text Example
Text Example
White with #DA7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7325; }
p { color: rgb(218,115,37); }
H1.HeaderClassName
{
color: #DA7325;
}
.AnyTagClassName
{
color: #DA7325;
}
</style>
background-color css
<style>
a { background-color: #DA7325; }
a { background-color: rgb(218,115,37); }
div.DivClassName
{
background-color: #DA7325;
}
.BgClassName
{
background-color: #DA7325;
}
</style>
border-color css
<style>
span { border-color: #DA7325; }
span { border-color: rgb(218,115,37); }
td.TdClassName
{
border-color: #DA7325;
}
.TagClassName
{
border-color: #DA7325;
}
</style>