Shades of Tahiti Gold #DA7528
Tints of Tahiti Gold #DA7528
RGB
CMYK
RGB Variations
Color information
#DA7528 (or 0xDA7528) is known color: Tahiti Gold. HEX triplet: DA, 75 and 28. RGB value is (218,117,40). Sum of RGB (Red+Green+Blue) = 218+117+40=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7528 is #258AD7. Grayscale: #8A8A8A. Windows color (decimal): -2460376 or 2651610. OLE color: 2651610.
HSL color Cylindrical-coordinate representation of color #DA7528: hue angle of 25.96º 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 #DA7528 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 40 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.15 |
| HSL | 25.96º | 0.71% | 0.51% | - |
| HSV(B) | 25.96º | 0.82% | 0.85% | - |
| XYZ | 35.66 | 27.78 | 5.49 | - |
| YUV | 138.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 40 | 0 | 0.46 | 0.82 | 0.15 | 25.96 | 0.71 | 0.51 |
| Hex | DA | 75 | 28 | 0 | 2E | 52 | F | 1A | 47 | 33 |
| Octal | 332 | 165 | 50 | 0 | 56 | 122 | 17 | 32 | 107 | 63 |
| Binary | 11011010 | 1110101 | 101000 | 0 | 101110 | 1010010 | 1111 | 11010 | 1000111 | 110011 |
Color Harmonies of #DA7528
Complementary color
Monochromatic Colors of #DA7528
Black with #DA7528
Text Example
Text Example
White with #DA7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7528; }
p { color: rgb(218,117,40); }
H1.HeaderClassName
{
color: #DA7528;
}
.AnyTagClassName
{
color: #DA7528;
}
</style>
background-color css
<style>
a { background-color: #DA7528; }
a { background-color: rgb(218,117,40); }
div.DivClassName
{
background-color: #DA7528;
}
.BgClassName
{
background-color: #DA7528;
}
</style>
border-color css
<style>
span { border-color: #DA7528; }
span { border-color: rgb(218,117,40); }
td.TdClassName
{
border-color: #DA7528;
}
.TagClassName
{
border-color: #DA7528;
}
</style>