Shades of Tahiti Gold #DA722B
Tints of Tahiti Gold #DA722B
RGB
CMYK
RGB Variations
Color information
#DA722B (or 0xDA722B) is known color: Tahiti Gold. HEX triplet: DA, 72 and 2B. RGB value is (218,114,43). Sum of RGB (Red+Green+Blue) = 218+114+43=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA722B is #258DD4. Grayscale: #898989. Windows color (decimal): -2461141 or 2847450. OLE color: 2847450.
HSL color Cylindrical-coordinate representation of color #DA722B: hue angle of 24.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA722B is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 43 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.15 |
| HSL | 24.34º | 0.7% | 0.51% | - |
| HSV(B) | 24.34º | 0.8% | 0.85% | - |
| XYZ | 35.37 | 27.11 | 5.66 | - |
| YUV | 137 | 74.96 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 43 | 0 | 0.48 | 0.80 | 0.15 | 24.34 | 0.7 | 0.51 |
| Hex | DA | 72 | 2B | 0 | 30 | 50 | F | 18 | 46 | 33 |
| Octal | 332 | 162 | 53 | 0 | 60 | 120 | 17 | 30 | 106 | 63 |
| Binary | 11011010 | 1110010 | 101011 | 0 | 110000 | 1010000 | 1111 | 11000 | 1000110 | 110011 |
Color Harmonies of #DA722B
Complementary color
Monochromatic Colors of #DA722B
Black with #DA722B
Text Example
Text Example
White with #DA722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA722B; }
p { color: rgb(218,114,43); }
H1.HeaderClassName
{
color: #DA722B;
}
.AnyTagClassName
{
color: #DA722B;
}
</style>
background-color css
<style>
a { background-color: #DA722B; }
a { background-color: rgb(218,114,43); }
div.DivClassName
{
background-color: #DA722B;
}
.BgClassName
{
background-color: #DA722B;
}
</style>
border-color css
<style>
span { border-color: #DA722B; }
span { border-color: rgb(218,114,43); }
td.TdClassName
{
border-color: #DA722B;
}
.TagClassName
{
border-color: #DA722B;
}
</style>