Shades of Tahiti Gold #DA7B25
Tints of Tahiti Gold #DA7B25
RGB
CMYK
RGB Variations
Color information
#DA7B25 (or 0xDA7B25) is known color: Tahiti Gold. HEX triplet: DA, 7B and 25. RGB value is (218,123,37). Sum of RGB (Red+Green+Blue) = 218+123+37=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7B25 is #2584DA. Grayscale: #8E8E8E. Windows color (decimal): -2458843 or 2456538. OLE color: 2456538.
HSL color Cylindrical-coordinate representation of color #DA7B25: hue angle of 28.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 #DA7B25 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 37 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.15 |
| HSL | 28.51º | 0.71% | 0.5% | - |
| HSV(B) | 28.51º | 0.83% | 0.85% | - |
| XYZ | 36.33 | 29.2 | 5.47 | - |
| YUV | 141.6 | 68.97 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 37 | 0 | 0.44 | 0.83 | 0.15 | 28.51 | 0.71 | 0.5 |
| Hex | DA | 7B | 25 | 0 | 2C | 53 | F | 1D | 47 | 32 |
| Octal | 332 | 173 | 45 | 0 | 54 | 123 | 17 | 35 | 107 | 62 |
| Binary | 11011010 | 1111011 | 100101 | 0 | 101100 | 1010011 | 1111 | 11101 | 1000111 | 110010 |
Color Harmonies of #DA7B25
Complementary color
Monochromatic Colors of #DA7B25
Black with #DA7B25
Text Example
Text Example
White with #DA7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B25; }
p { color: rgb(218,123,37); }
H1.HeaderClassName
{
color: #DA7B25;
}
.AnyTagClassName
{
color: #DA7B25;
}
</style>
background-color css
<style>
a { background-color: #DA7B25; }
a { background-color: rgb(218,123,37); }
div.DivClassName
{
background-color: #DA7B25;
}
.BgClassName
{
background-color: #DA7B25;
}
</style>
border-color css
<style>
span { border-color: #DA7B25; }
span { border-color: rgb(218,123,37); }
td.TdClassName
{
border-color: #DA7B25;
}
.TagClassName
{
border-color: #DA7B25;
}
</style>