Shades of Tahiti Gold #DA7122
Tints of Tahiti Gold #DA7122
RGB
CMYK
RGB Variations
Color information
#DA7122 (or 0xDA7122) is known color: Tahiti Gold. HEX triplet: DA, 71 and 22. RGB value is (218,113,34). Sum of RGB (Red+Green+Blue) = 218+113+34=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7122 is #258EDD. Grayscale: #878787. Windows color (decimal): -2461406 or 2257370. OLE color: 2257370.
HSL color Cylindrical-coordinate representation of color #DA7122: hue angle of 25.76º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA7122 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 34 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.15 |
| HSL | 25.76º | 0.73% | 0.49% | - |
| HSV(B) | 25.76º | 0.84% | 0.85% | - |
| XYZ | 35.11 | 26.83 | 4.84 | - |
| YUV | 135.39 | 70.79 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 34 | 0 | 0.48 | 0.84 | 0.15 | 25.76 | 0.73 | 0.49 |
| Hex | DA | 71 | 22 | 0 | 30 | 54 | F | 1A | 49 | 31 |
| Octal | 332 | 161 | 42 | 0 | 60 | 124 | 17 | 32 | 111 | 61 |
| Binary | 11011010 | 1110001 | 100010 | 0 | 110000 | 1010100 | 1111 | 11010 | 1001001 | 110001 |
Color Harmonies of #DA7122
Complementary color
Monochromatic Colors of #DA7122
Black with #DA7122
Text Example
Text Example
White with #DA7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7122; }
p { color: rgb(218,113,34); }
H1.HeaderClassName
{
color: #DA7122;
}
.AnyTagClassName
{
color: #DA7122;
}
</style>
background-color css
<style>
a { background-color: #DA7122; }
a { background-color: rgb(218,113,34); }
div.DivClassName
{
background-color: #DA7122;
}
.BgClassName
{
background-color: #DA7122;
}
</style>
border-color css
<style>
span { border-color: #DA7122; }
span { border-color: rgb(218,113,34); }
td.TdClassName
{
border-color: #DA7122;
}
.TagClassName
{
border-color: #DA7122;
}
</style>