Shades of Tahiti Gold #DA7A25
Tints of Tahiti Gold #DA7A25
RGB
CMYK
RGB Variations
Color information
#DA7A25 (or 0xDA7A25) is known color: Tahiti Gold. HEX triplet: DA, 7A and 25. RGB value is (218,122,37). Sum of RGB (Red+Green+Blue) = 218+122+37=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7A25 is #2585DA. Grayscale: #8D8D8D. Windows color (decimal): -2459099 or 2456282. OLE color: 2456282.
HSL color Cylindrical-coordinate representation of color #DA7A25: hue angle of 28.18º 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 #DA7A25 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 37 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.15 |
| HSL | 28.18º | 0.71% | 0.5% | - |
| HSV(B) | 28.18º | 0.83% | 0.85% | - |
| XYZ | 36.21 | 28.96 | 5.43 | - |
| YUV | 141.01 | 69.3 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 37 | 0 | 0.44 | 0.83 | 0.15 | 28.18 | 0.71 | 0.5 |
| Hex | DA | 7A | 25 | 0 | 2C | 53 | F | 1C | 47 | 32 |
| Octal | 332 | 172 | 45 | 0 | 54 | 123 | 17 | 34 | 107 | 62 |
| Binary | 11011010 | 1111010 | 100101 | 0 | 101100 | 1010011 | 1111 | 11100 | 1000111 | 110010 |
Color Harmonies of #DA7A25
Complementary color
Monochromatic Colors of #DA7A25
Black with #DA7A25
Text Example
Text Example
White with #DA7A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A25; }
p { color: rgb(218,122,37); }
H1.HeaderClassName
{
color: #DA7A25;
}
.AnyTagClassName
{
color: #DA7A25;
}
</style>
background-color css
<style>
a { background-color: #DA7A25; }
a { background-color: rgb(218,122,37); }
div.DivClassName
{
background-color: #DA7A25;
}
.BgClassName
{
background-color: #DA7A25;
}
</style>
border-color css
<style>
span { border-color: #DA7A25; }
span { border-color: rgb(218,122,37); }
td.TdClassName
{
border-color: #DA7A25;
}
.TagClassName
{
border-color: #DA7A25;
}
</style>