Shades of Tahiti Gold #DA7527
Tints of Tahiti Gold #DA7527
RGB
CMYK
RGB Variations
Color information
#DA7527 (or 0xDA7527) is known color: Tahiti Gold. HEX triplet: DA, 75 and 27. RGB value is (218,117,39). Sum of RGB (Red+Green+Blue) = 218+117+39=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7527 is #258AD8. Grayscale: #8A8A8A. Windows color (decimal): -2460377 or 2586074. OLE color: 2586074.
HSL color Cylindrical-coordinate representation of color #DA7527: hue angle of 26.15º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA7527 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 39 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.15 |
| HSL | 26.15º | 0.71% | 0.5% | - |
| HSV(B) | 26.15º | 0.82% | 0.85% | - |
| XYZ | 35.64 | 27.77 | 5.4 | - |
| YUV | 138.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 39 | 0 | 0.46 | 0.82 | 0.15 | 26.15 | 0.71 | 0.5 |
| Hex | DA | 75 | 27 | 0 | 2E | 52 | F | 1A | 47 | 32 |
| Octal | 332 | 165 | 47 | 0 | 56 | 122 | 17 | 32 | 107 | 62 |
| Binary | 11011010 | 1110101 | 100111 | 0 | 101110 | 1010010 | 1111 | 11010 | 1000111 | 110010 |
Color Harmonies of #DA7527
Complementary color
Monochromatic Colors of #DA7527
Black with #DA7527
Text Example
Text Example
White with #DA7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7527; }
p { color: rgb(218,117,39); }
H1.HeaderClassName
{
color: #DA7527;
}
.AnyTagClassName
{
color: #DA7527;
}
</style>
background-color css
<style>
a { background-color: #DA7527; }
a { background-color: rgb(218,117,39); }
div.DivClassName
{
background-color: #DA7527;
}
.BgClassName
{
background-color: #DA7527;
}
</style>
border-color css
<style>
span { border-color: #DA7527; }
span { border-color: rgb(218,117,39); }
td.TdClassName
{
border-color: #DA7527;
}
.TagClassName
{
border-color: #DA7527;
}
</style>