Shades of Tahiti Gold #DA7224
Tints of Tahiti Gold #DA7224
RGB
CMYK
RGB Variations
Color information
#DA7224 (or 0xDA7224) is known color: Tahiti Gold. HEX triplet: DA, 72 and 24. RGB value is (218,114,36). Sum of RGB (Red+Green+Blue) = 218+114+36=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7224 is #258DDB. Grayscale: #888888. Windows color (decimal): -2461148 or 2388698. OLE color: 2388698.
HSL color Cylindrical-coordinate representation of color #DA7224: hue angle of 25.71º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA7224 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 36 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.15 |
| HSL | 25.71º | 0.72% | 0.5% | - |
| HSV(B) | 25.71º | 0.83% | 0.85% | - |
| XYZ | 35.25 | 27.07 | 5.04 | - |
| YUV | 136.2 | 71.46 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 36 | 0 | 0.48 | 0.83 | 0.15 | 25.71 | 0.72 | 0.5 |
| Hex | DA | 72 | 24 | 0 | 30 | 53 | F | 1A | 48 | 32 |
| Octal | 332 | 162 | 44 | 0 | 60 | 123 | 17 | 32 | 110 | 62 |
| Binary | 11011010 | 1110010 | 100100 | 0 | 110000 | 1010011 | 1111 | 11010 | 1001000 | 110010 |
Color Harmonies of #DA7224
Complementary color
Monochromatic Colors of #DA7224
Black with #DA7224
Text Example
Text Example
White with #DA7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7224; }
p { color: rgb(218,114,36); }
H1.HeaderClassName
{
color: #DA7224;
}
.AnyTagClassName
{
color: #DA7224;
}
</style>
background-color css
<style>
a { background-color: #DA7224; }
a { background-color: rgb(218,114,36); }
div.DivClassName
{
background-color: #DA7224;
}
.BgClassName
{
background-color: #DA7224;
}
</style>
border-color css
<style>
span { border-color: #DA7224; }
span { border-color: rgb(218,114,36); }
td.TdClassName
{
border-color: #DA7224;
}
.TagClassName
{
border-color: #DA7224;
}
</style>