Shades of Tahiti Gold #DA7825
Tints of Tahiti Gold #DA7825
RGB
CMYK
RGB Variations
Color information
#DA7825 (or 0xDA7825) is known color: Tahiti Gold. HEX triplet: DA, 78 and 25. RGB value is (218,120,37). Sum of RGB (Red+Green+Blue) = 218+120+37=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7825 is #2587DA. Grayscale: #8C8C8C. Windows color (decimal): -2459611 or 2455770. OLE color: 2455770.
HSL color Cylindrical-coordinate representation of color #DA7825: hue angle of 27.51º 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 #DA7825 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 37 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.15 |
| HSL | 27.51º | 0.71% | 0.5% | - |
| HSV(B) | 27.51º | 0.83% | 0.85% | - |
| XYZ | 35.96 | 28.47 | 5.35 | - |
| YUV | 139.84 | 69.97 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 37 | 0 | 0.45 | 0.83 | 0.15 | 27.51 | 0.71 | 0.5 |
| Hex | DA | 78 | 25 | 0 | 2D | 53 | F | 1C | 47 | 32 |
| Octal | 332 | 170 | 45 | 0 | 55 | 123 | 17 | 34 | 107 | 62 |
| Binary | 11011010 | 1111000 | 100101 | 0 | 101101 | 1010011 | 1111 | 11100 | 1000111 | 110010 |
Color Harmonies of #DA7825
Complementary color
Monochromatic Colors of #DA7825
Black with #DA7825
Text Example
Text Example
White with #DA7825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7825; }
p { color: rgb(218,120,37); }
H1.HeaderClassName
{
color: #DA7825;
}
.AnyTagClassName
{
color: #DA7825;
}
</style>
background-color css
<style>
a { background-color: #DA7825; }
a { background-color: rgb(218,120,37); }
div.DivClassName
{
background-color: #DA7825;
}
.BgClassName
{
background-color: #DA7825;
}
</style>
border-color css
<style>
span { border-color: #DA7825; }
span { border-color: rgb(218,120,37); }
td.TdClassName
{
border-color: #DA7825;
}
.TagClassName
{
border-color: #DA7825;
}
</style>