Shades of Tahiti Gold #DA7024
Tints of Tahiti Gold #DA7024
RGB
CMYK
RGB Variations
Color information
#DA7024 (or 0xDA7024) is known color: Tahiti Gold. HEX triplet: DA, 70 and 24. RGB value is (218,112,36). Sum of RGB (Red+Green+Blue) = 218+112+36=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7024 is #258FDB. Grayscale: #878787. Windows color (decimal): -2461660 or 2388186. OLE color: 2388186.
HSL color Cylindrical-coordinate representation of color #DA7024: hue angle of 25.05º 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 #DA7024 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 36 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.15 |
| HSL | 25.05º | 0.72% | 0.5% | - |
| HSV(B) | 25.05º | 0.83% | 0.85% | - |
| XYZ | 35.03 | 26.62 | 4.96 | - |
| YUV | 135.03 | 72.12 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 36 | 0 | 0.49 | 0.83 | 0.15 | 25.05 | 0.72 | 0.5 |
| Hex | DA | 70 | 24 | 0 | 31 | 53 | F | 19 | 48 | 32 |
| Octal | 332 | 160 | 44 | 0 | 61 | 123 | 17 | 31 | 110 | 62 |
| Binary | 11011010 | 1110000 | 100100 | 0 | 110001 | 1010011 | 1111 | 11001 | 1001000 | 110010 |
Color Harmonies of #DA7024
Complementary color
Monochromatic Colors of #DA7024
Black with #DA7024
Text Example
Text Example
White with #DA7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7024; }
p { color: rgb(218,112,36); }
H1.HeaderClassName
{
color: #DA7024;
}
.AnyTagClassName
{
color: #DA7024;
}
</style>
background-color css
<style>
a { background-color: #DA7024; }
a { background-color: rgb(218,112,36); }
div.DivClassName
{
background-color: #DA7024;
}
.BgClassName
{
background-color: #DA7024;
}
</style>
border-color css
<style>
span { border-color: #DA7024; }
span { border-color: rgb(218,112,36); }
td.TdClassName
{
border-color: #DA7024;
}
.TagClassName
{
border-color: #DA7024;
}
</style>