Shades of Tahiti Gold #DA7423
Tints of Tahiti Gold #DA7423
RGB
CMYK
RGB Variations
Color information
#DA7423 (or 0xDA7423) is known color: Tahiti Gold. HEX triplet: DA, 74 and 23. RGB value is (218,116,35). Sum of RGB (Red+Green+Blue) = 218+116+35=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7423 is #258BDC. Grayscale: #898989. Windows color (decimal): -2460637 or 2323674. OLE color: 2323674.
HSL color Cylindrical-coordinate representation of color #DA7423: hue angle of 26.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA7423 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 35 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.15 |
| HSL | 26.56º | 0.72% | 0.5% | - |
| HSV(B) | 26.56º | 0.84% | 0.85% | - |
| XYZ | 35.46 | 27.52 | 5.03 | - |
| YUV | 137.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 35 | 0 | 0.47 | 0.84 | 0.15 | 26.56 | 0.72 | 0.5 |
| Hex | DA | 74 | 23 | 0 | 2F | 54 | F | 1B | 48 | 32 |
| Octal | 332 | 164 | 43 | 0 | 57 | 124 | 17 | 33 | 110 | 62 |
| Binary | 11011010 | 1110100 | 100011 | 0 | 101111 | 1010100 | 1111 | 11011 | 1001000 | 110010 |
Color Harmonies of #DA7423
Complementary color
Monochromatic Colors of #DA7423
Black with #DA7423
Text Example
Text Example
White with #DA7423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7423; }
p { color: rgb(218,116,35); }
H1.HeaderClassName
{
color: #DA7423;
}
.AnyTagClassName
{
color: #DA7423;
}
</style>
background-color css
<style>
a { background-color: #DA7423; }
a { background-color: rgb(218,116,35); }
div.DivClassName
{
background-color: #DA7423;
}
.BgClassName
{
background-color: #DA7423;
}
</style>
border-color css
<style>
span { border-color: #DA7423; }
span { border-color: rgb(218,116,35); }
td.TdClassName
{
border-color: #DA7423;
}
.TagClassName
{
border-color: #DA7423;
}
</style>