Shades of Tahiti Gold #DA7928
Tints of Tahiti Gold #DA7928
RGB
CMYK
RGB Variations
Color information
#DA7928 (or 0xDA7928) is known color: Tahiti Gold. HEX triplet: DA, 79 and 28. RGB value is (218,121,40). Sum of RGB (Red+Green+Blue) = 218+121+40=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7928 is #2586D7. Grayscale: #8D8D8D. Windows color (decimal): -2459352 or 2652634. OLE color: 2652634.
HSL color Cylindrical-coordinate representation of color #DA7928: hue angle of 27.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA7928 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 40 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.15 |
| HSL | 27.3º | 0.71% | 0.51% | - |
| HSV(B) | 27.3º | 0.82% | 0.85% | - |
| XYZ | 36.13 | 28.73 | 5.65 | - |
| YUV | 140.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 40 | 0 | 0.44 | 0.82 | 0.15 | 27.3 | 0.71 | 0.51 |
| Hex | DA | 79 | 28 | 0 | 2C | 52 | F | 1B | 47 | 33 |
| Octal | 332 | 171 | 50 | 0 | 54 | 122 | 17 | 33 | 107 | 63 |
| Binary | 11011010 | 1111001 | 101000 | 0 | 101100 | 1010010 | 1111 | 11011 | 1000111 | 110011 |
Color Harmonies of #DA7928
Complementary color
Monochromatic Colors of #DA7928
Black with #DA7928
Text Example
Text Example
White with #DA7928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7928; }
p { color: rgb(218,121,40); }
H1.HeaderClassName
{
color: #DA7928;
}
.AnyTagClassName
{
color: #DA7928;
}
</style>
background-color css
<style>
a { background-color: #DA7928; }
a { background-color: rgb(218,121,40); }
div.DivClassName
{
background-color: #DA7928;
}
.BgClassName
{
background-color: #DA7928;
}
</style>
border-color css
<style>
span { border-color: #DA7928; }
span { border-color: rgb(218,121,40); }
td.TdClassName
{
border-color: #DA7928;
}
.TagClassName
{
border-color: #DA7928;
}
</style>