Shades of Tahiti Gold #DA702C
Tints of Tahiti Gold #DA702C
RGB
CMYK
RGB Variations
Color information
#DA702C (or 0xDA702C) is known color: Tahiti Gold. HEX triplet: DA, 70 and 2C. RGB value is (218,112,44). Sum of RGB (Red+Green+Blue) = 218+112+44=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA702C is #258FD3. Grayscale: #888888. Windows color (decimal): -2461652 or 2912474. OLE color: 2912474.
HSL color Cylindrical-coordinate representation of color #DA702C: hue angle of 23.45º 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 #DA702C is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 44 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.15 |
| HSL | 23.45º | 0.7% | 0.51% | - |
| HSV(B) | 23.45º | 0.8% | 0.85% | - |
| XYZ | 35.16 | 26.68 | 5.68 | - |
| YUV | 135.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 44 | 0 | 0.49 | 0.80 | 0.15 | 23.45 | 0.7 | 0.51 |
| Hex | DA | 70 | 2C | 0 | 31 | 50 | F | 17 | 46 | 33 |
| Octal | 332 | 160 | 54 | 0 | 61 | 120 | 17 | 27 | 106 | 63 |
| Binary | 11011010 | 1110000 | 101100 | 0 | 110001 | 1010000 | 1111 | 10111 | 1000110 | 110011 |
Color Harmonies of #DA702C
Complementary color
Monochromatic Colors of #DA702C
Black with #DA702C
Text Example
Text Example
White with #DA702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA702C; }
p { color: rgb(218,112,44); }
H1.HeaderClassName
{
color: #DA702C;
}
.AnyTagClassName
{
color: #DA702C;
}
</style>
background-color css
<style>
a { background-color: #DA702C; }
a { background-color: rgb(218,112,44); }
div.DivClassName
{
background-color: #DA702C;
}
.BgClassName
{
background-color: #DA702C;
}
</style>
border-color css
<style>
span { border-color: #DA702C; }
span { border-color: rgb(218,112,44); }
td.TdClassName
{
border-color: #DA702C;
}
.TagClassName
{
border-color: #DA702C;
}
</style>