Shades of Tahiti Gold #DA732B
Tints of Tahiti Gold #DA732B
RGB
CMYK
RGB Variations
Color information
#DA732B (or 0xDA732B) is known color: Tahiti Gold. HEX triplet: DA, 73 and 2B. RGB value is (218,115,43). Sum of RGB (Red+Green+Blue) = 218+115+43=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA732B is #258CD4. Grayscale: #898989. Windows color (decimal): -2460885 or 2847706. OLE color: 2847706.
HSL color Cylindrical-coordinate representation of color #DA732B: hue angle of 24.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA732B is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 43 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.15 |
| HSL | 24.69º | 0.7% | 0.51% | - |
| HSV(B) | 24.69º | 0.8% | 0.85% | - |
| XYZ | 35.48 | 27.34 | 5.69 | - |
| YUV | 137.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 43 | 0 | 0.47 | 0.80 | 0.15 | 24.69 | 0.7 | 0.51 |
| Hex | DA | 73 | 2B | 0 | 2F | 50 | F | 19 | 46 | 33 |
| Octal | 332 | 163 | 53 | 0 | 57 | 120 | 17 | 31 | 106 | 63 |
| Binary | 11011010 | 1110011 | 101011 | 0 | 101111 | 1010000 | 1111 | 11001 | 1000110 | 110011 |
Color Harmonies of #DA732B
Complementary color
Monochromatic Colors of #DA732B
Black with #DA732B
Text Example
Text Example
White with #DA732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA732B; }
p { color: rgb(218,115,43); }
H1.HeaderClassName
{
color: #DA732B;
}
.AnyTagClassName
{
color: #DA732B;
}
</style>
background-color css
<style>
a { background-color: #DA732B; }
a { background-color: rgb(218,115,43); }
div.DivClassName
{
background-color: #DA732B;
}
.BgClassName
{
background-color: #DA732B;
}
</style>
border-color css
<style>
span { border-color: #DA732B; }
span { border-color: rgb(218,115,43); }
td.TdClassName
{
border-color: #DA732B;
}
.TagClassName
{
border-color: #DA732B;
}
</style>