Shades of Tahiti Gold #DA792B
Tints of Tahiti Gold #DA792B
RGB
CMYK
RGB Variations
Color information
#DA792B (or 0xDA792B) is known color: Tahiti Gold. HEX triplet: DA, 79 and 2B. RGB value is (218,121,43). Sum of RGB (Red+Green+Blue) = 218+121+43=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA792B is #2586D4. Grayscale: #8D8D8D. Windows color (decimal): -2459349 or 2849242. OLE color: 2849242.
HSL color Cylindrical-coordinate representation of color #DA792B: hue angle of 26.74º 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 #DA792B is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 43 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.15 |
| HSL | 26.74º | 0.7% | 0.51% | - |
| HSV(B) | 26.74º | 0.8% | 0.85% | - |
| XYZ | 36.19 | 28.75 | 5.93 | - |
| YUV | 141.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 43 | 0 | 0.44 | 0.80 | 0.15 | 26.74 | 0.7 | 0.51 |
| Hex | DA | 79 | 2B | 0 | 2C | 50 | F | 1B | 46 | 33 |
| Octal | 332 | 171 | 53 | 0 | 54 | 120 | 17 | 33 | 106 | 63 |
| Binary | 11011010 | 1111001 | 101011 | 0 | 101100 | 1010000 | 1111 | 11011 | 1000110 | 110011 |
Color Harmonies of #DA792B
Complementary color
Monochromatic Colors of #DA792B
Black with #DA792B
Text Example
Text Example
White with #DA792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA792B; }
p { color: rgb(218,121,43); }
H1.HeaderClassName
{
color: #DA792B;
}
.AnyTagClassName
{
color: #DA792B;
}
</style>
background-color css
<style>
a { background-color: #DA792B; }
a { background-color: rgb(218,121,43); }
div.DivClassName
{
background-color: #DA792B;
}
.BgClassName
{
background-color: #DA792B;
}
</style>
border-color css
<style>
span { border-color: #DA792B; }
span { border-color: rgb(218,121,43); }
td.TdClassName
{
border-color: #DA792B;
}
.TagClassName
{
border-color: #DA792B;
}
</style>