Shades of Tahiti Gold #DA702D
Tints of Tahiti Gold #DA702D
RGB
CMYK
RGB Variations
Color information
#DA702D (or 0xDA702D) is known color: Tahiti Gold. HEX triplet: DA, 70 and 2D. RGB value is (218,112,45). Sum of RGB (Red+Green+Blue) = 218+112+45=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA702D is #258FD2. Grayscale: #888888. Windows color (decimal): -2461651 or 2978010. OLE color: 2978010.
HSL color Cylindrical-coordinate representation of color #DA702D: hue angle of 23.24º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA702D is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 45 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.15 |
| HSL | 23.24º | 0.7% | 0.52% | - |
| HSV(B) | 23.24º | 0.79% | 0.85% | - |
| XYZ | 35.18 | 26.68 | 5.78 | - |
| YUV | 136.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 45 | 0 | 0.49 | 0.79 | 0.15 | 23.24 | 0.7 | 0.52 |
| Hex | DA | 70 | 2D | 0 | 31 | 4F | F | 17 | 46 | 34 |
| Octal | 332 | 160 | 55 | 0 | 61 | 117 | 17 | 27 | 106 | 64 |
| Binary | 11011010 | 1110000 | 101101 | 0 | 110001 | 1001111 | 1111 | 10111 | 1000110 | 110100 |
Color Harmonies of #DA702D
Complementary color
Monochromatic Colors of #DA702D
Black with #DA702D
Text Example
Text Example
White with #DA702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA702D; }
p { color: rgb(218,112,45); }
H1.HeaderClassName
{
color: #DA702D;
}
.AnyTagClassName
{
color: #DA702D;
}
</style>
background-color css
<style>
a { background-color: #DA702D; }
a { background-color: rgb(218,112,45); }
div.DivClassName
{
background-color: #DA702D;
}
.BgClassName
{
background-color: #DA702D;
}
</style>
border-color css
<style>
span { border-color: #DA702D; }
span { border-color: rgb(218,112,45); }
td.TdClassName
{
border-color: #DA702D;
}
.TagClassName
{
border-color: #DA702D;
}
</style>