Shades of Tahiti Gold #DA722D
Tints of Tahiti Gold #DA722D
RGB
CMYK
RGB Variations
Color information
#DA722D (or 0xDA722D) is known color: Tahiti Gold. HEX triplet: DA, 72 and 2D. RGB value is (218,114,45). Sum of RGB (Red+Green+Blue) = 218+114+45=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA722D is #258DD2. Grayscale: #898989. Windows color (decimal): -2461139 or 2978522. OLE color: 2978522.
HSL color Cylindrical-coordinate representation of color #DA722D: hue angle of 23.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA722D is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 45 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.15 |
| HSL | 23.93º | 0.7% | 0.52% | - |
| HSV(B) | 23.93º | 0.79% | 0.85% | - |
| XYZ | 35.4 | 27.13 | 5.85 | - |
| YUV | 137.23 | 75.96 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 45 | 0 | 0.48 | 0.79 | 0.15 | 23.93 | 0.7 | 0.52 |
| Hex | DA | 72 | 2D | 0 | 30 | 4F | F | 18 | 46 | 34 |
| Octal | 332 | 162 | 55 | 0 | 60 | 117 | 17 | 30 | 106 | 64 |
| Binary | 11011010 | 1110010 | 101101 | 0 | 110000 | 1001111 | 1111 | 11000 | 1000110 | 110100 |
Color Harmonies of #DA722D
Complementary color
Monochromatic Colors of #DA722D
Black with #DA722D
Text Example
Text Example
White with #DA722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA722D; }
p { color: rgb(218,114,45); }
H1.HeaderClassName
{
color: #DA722D;
}
.AnyTagClassName
{
color: #DA722D;
}
</style>
background-color css
<style>
a { background-color: #DA722D; }
a { background-color: rgb(218,114,45); }
div.DivClassName
{
background-color: #DA722D;
}
.BgClassName
{
background-color: #DA722D;
}
</style>
border-color css
<style>
span { border-color: #DA722D; }
span { border-color: rgb(218,114,45); }
td.TdClassName
{
border-color: #DA722D;
}
.TagClassName
{
border-color: #DA722D;
}
</style>