Shades of Tahiti Gold #DA732F
Tints of Tahiti Gold #DA732F
RGB
CMYK
RGB Variations
Color information
#DA732F (or 0xDA732F) is known color: Tahiti Gold. HEX triplet: DA, 73 and 2F. RGB value is (218,115,47). Sum of RGB (Red+Green+Blue) = 218+115+47=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA732F is #258CD0. Grayscale: #8A8A8A. Windows color (decimal): -2460881 or 3109850. OLE color: 3109850.
HSL color Cylindrical-coordinate representation of color #DA732F: hue angle of 23.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA732F is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 47 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.15 |
| HSL | 23.86º | 0.7% | 0.52% | - |
| HSV(B) | 23.86º | 0.78% | 0.85% | - |
| XYZ | 35.56 | 27.37 | 6.1 | - |
| YUV | 138.05 | 76.62 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 47 | 0 | 0.47 | 0.78 | 0.15 | 23.86 | 0.7 | 0.52 |
| Hex | DA | 73 | 2F | 0 | 2F | 4E | F | 18 | 46 | 34 |
| Octal | 332 | 163 | 57 | 0 | 57 | 116 | 17 | 30 | 106 | 64 |
| Binary | 11011010 | 1110011 | 101111 | 0 | 101111 | 1001110 | 1111 | 11000 | 1000110 | 110100 |
Color Harmonies of #DA732F
Complementary color
Monochromatic Colors of #DA732F
Black with #DA732F
Text Example
Text Example
White with #DA732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA732F; }
p { color: rgb(218,115,47); }
H1.HeaderClassName
{
color: #DA732F;
}
.AnyTagClassName
{
color: #DA732F;
}
</style>
background-color css
<style>
a { background-color: #DA732F; }
a { background-color: rgb(218,115,47); }
div.DivClassName
{
background-color: #DA732F;
}
.BgClassName
{
background-color: #DA732F;
}
</style>
border-color css
<style>
span { border-color: #DA732F; }
span { border-color: rgb(218,115,47); }
td.TdClassName
{
border-color: #DA732F;
}
.TagClassName
{
border-color: #DA732F;
}
</style>