Shades of Tahiti Gold #DA7223
Tints of Tahiti Gold #DA7223
RGB
CMYK
RGB Variations
Color information
#DA7223 (or 0xDA7223) is known color: Tahiti Gold. HEX triplet: DA, 72 and 23. RGB value is (218,114,35). Sum of RGB (Red+Green+Blue) = 218+114+35=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7223 is #258DDC. Grayscale: #888888. Windows color (decimal): -2461149 or 2323162. OLE color: 2323162.
HSL color Cylindrical-coordinate representation of color #DA7223: hue angle of 25.9º 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 #DA7223 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 35 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.15 |
| HSL | 25.9º | 0.72% | 0.5% | - |
| HSV(B) | 25.9º | 0.84% | 0.85% | - |
| XYZ | 35.23 | 27.06 | 4.96 | - |
| YUV | 136.09 | 70.96 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 35 | 0 | 0.48 | 0.84 | 0.15 | 25.9 | 0.72 | 0.5 |
| Hex | DA | 72 | 23 | 0 | 30 | 54 | F | 1A | 48 | 32 |
| Octal | 332 | 162 | 43 | 0 | 60 | 124 | 17 | 32 | 110 | 62 |
| Binary | 11011010 | 1110010 | 100011 | 0 | 110000 | 1010100 | 1111 | 11010 | 1001000 | 110010 |
Color Harmonies of #DA7223
Complementary color
Monochromatic Colors of #DA7223
Black with #DA7223
Text Example
Text Example
White with #DA7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7223; }
p { color: rgb(218,114,35); }
H1.HeaderClassName
{
color: #DA7223;
}
.AnyTagClassName
{
color: #DA7223;
}
</style>
background-color css
<style>
a { background-color: #DA7223; }
a { background-color: rgb(218,114,35); }
div.DivClassName
{
background-color: #DA7223;
}
.BgClassName
{
background-color: #DA7223;
}
</style>
border-color css
<style>
span { border-color: #DA7223; }
span { border-color: rgb(218,114,35); }
td.TdClassName
{
border-color: #DA7223;
}
.TagClassName
{
border-color: #DA7223;
}
</style>