Shades of Tahiti Gold #DA752F
Tints of Tahiti Gold #DA752F
RGB
CMYK
RGB Variations
Color information
#DA752F (or 0xDA752F) is known color: Tahiti Gold. HEX triplet: DA, 75 and 2F. RGB value is (218,117,47). Sum of RGB (Red+Green+Blue) = 218+117+47=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA752F is #258AD0. Grayscale: #8B8B8B. Windows color (decimal): -2460369 or 3110362. OLE color: 3110362.
HSL color Cylindrical-coordinate representation of color #DA752F: hue angle of 24.56º 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 #DA752F is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 47 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.15 |
| HSL | 24.56º | 0.7% | 0.52% | - |
| HSV(B) | 24.56º | 0.78% | 0.85% | - |
| XYZ | 35.79 | 27.83 | 6.18 | - |
| YUV | 139.22 | 75.96 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 47 | 0 | 0.46 | 0.78 | 0.15 | 24.56 | 0.7 | 0.52 |
| Hex | DA | 75 | 2F | 0 | 2E | 4E | F | 19 | 46 | 34 |
| Octal | 332 | 165 | 57 | 0 | 56 | 116 | 17 | 31 | 106 | 64 |
| Binary | 11011010 | 1110101 | 101111 | 0 | 101110 | 1001110 | 1111 | 11001 | 1000110 | 110100 |
Color Harmonies of #DA752F
Complementary color
Monochromatic Colors of #DA752F
Black with #DA752F
Text Example
Text Example
White with #DA752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA752F; }
p { color: rgb(218,117,47); }
H1.HeaderClassName
{
color: #DA752F;
}
.AnyTagClassName
{
color: #DA752F;
}
</style>
background-color css
<style>
a { background-color: #DA752F; }
a { background-color: rgb(218,117,47); }
div.DivClassName
{
background-color: #DA752F;
}
.BgClassName
{
background-color: #DA752F;
}
</style>
border-color css
<style>
span { border-color: #DA752F; }
span { border-color: rgb(218,117,47); }
td.TdClassName
{
border-color: #DA752F;
}
.TagClassName
{
border-color: #DA752F;
}
</style>