Shades of Tahiti Gold #DA712F
Tints of Tahiti Gold #DA712F
RGB
CMYK
RGB Variations
Color information
#DA712F (or 0xDA712F) is known color: Tahiti Gold. HEX triplet: DA, 71 and 2F. RGB value is (218,113,47). Sum of RGB (Red+Green+Blue) = 218+113+47=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA712F is #258ED0. Grayscale: #898989. Windows color (decimal): -2461393 or 3109338. OLE color: 3109338.
HSL color Cylindrical-coordinate representation of color #DA712F: hue angle of 23.16º 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 #DA712F is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 47 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.15 |
| HSL | 23.16º | 0.7% | 0.52% | - |
| HSV(B) | 23.16º | 0.78% | 0.85% | - |
| XYZ | 35.33 | 26.92 | 6.02 | - |
| YUV | 136.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 47 | 0 | 0.48 | 0.78 | 0.15 | 23.16 | 0.7 | 0.52 |
| Hex | DA | 71 | 2F | 0 | 30 | 4E | F | 17 | 46 | 34 |
| Octal | 332 | 161 | 57 | 0 | 60 | 116 | 17 | 27 | 106 | 64 |
| Binary | 11011010 | 1110001 | 101111 | 0 | 110000 | 1001110 | 1111 | 10111 | 1000110 | 110100 |
Color Harmonies of #DA712F
Complementary color
Monochromatic Colors of #DA712F
Black with #DA712F
Text Example
Text Example
White with #DA712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA712F; }
p { color: rgb(218,113,47); }
H1.HeaderClassName
{
color: #DA712F;
}
.AnyTagClassName
{
color: #DA712F;
}
</style>
background-color css
<style>
a { background-color: #DA712F; }
a { background-color: rgb(218,113,47); }
div.DivClassName
{
background-color: #DA712F;
}
.BgClassName
{
background-color: #DA712F;
}
</style>
border-color css
<style>
span { border-color: #DA712F; }
span { border-color: rgb(218,113,47); }
td.TdClassName
{
border-color: #DA712F;
}
.TagClassName
{
border-color: #DA712F;
}
</style>