Shades of Tahiti Gold #DA7B2D
Tints of Tahiti Gold #DA7B2D
RGB
CMYK
RGB Variations
Color information
#DA7B2D (or 0xDA7B2D) is known color: Tahiti Gold. HEX triplet: DA, 7B and 2D. RGB value is (218,123,45). Sum of RGB (Red+Green+Blue) = 218+123+45=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7B2D is #2584D2. Grayscale: #8E8E8E. Windows color (decimal): -2458835 or 2980826. OLE color: 2980826.
HSL color Cylindrical-coordinate representation of color #DA7B2D: hue angle of 27.05º 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 #DA7B2D is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 45 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.15 |
| HSL | 27.05º | 0.7% | 0.52% | - |
| HSV(B) | 27.05º | 0.79% | 0.85% | - |
| XYZ | 36.47 | 29.26 | 6.21 | - |
| YUV | 142.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 45 | 0 | 0.44 | 0.79 | 0.15 | 27.05 | 0.7 | 0.52 |
| Hex | DA | 7B | 2D | 0 | 2C | 4F | F | 1B | 46 | 34 |
| Octal | 332 | 173 | 55 | 0 | 54 | 117 | 17 | 33 | 106 | 64 |
| Binary | 11011010 | 1111011 | 101101 | 0 | 101100 | 1001111 | 1111 | 11011 | 1000110 | 110100 |
Color Harmonies of #DA7B2D
Complementary color
Monochromatic Colors of #DA7B2D
Black with #DA7B2D
Text Example
Text Example
White with #DA7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B2D; }
p { color: rgb(218,123,45); }
H1.HeaderClassName
{
color: #DA7B2D;
}
.AnyTagClassName
{
color: #DA7B2D;
}
</style>
background-color css
<style>
a { background-color: #DA7B2D; }
a { background-color: rgb(218,123,45); }
div.DivClassName
{
background-color: #DA7B2D;
}
.BgClassName
{
background-color: #DA7B2D;
}
</style>
border-color css
<style>
span { border-color: #DA7B2D; }
span { border-color: rgb(218,123,45); }
td.TdClassName
{
border-color: #DA7B2D;
}
.TagClassName
{
border-color: #DA7B2D;
}
</style>