Shades of Tahiti Gold #DA6E28
Tints of Tahiti Gold #DA6E28
RGB
CMYK
RGB Variations
Color information
#DA6E28 (or 0xDA6E28) is known color: Tahiti Gold. HEX triplet: DA, 6E and 28. RGB value is (218,110,40). Sum of RGB (Red+Green+Blue) = 218+110+40=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E28 is #2591D7. Grayscale: #868686. Windows color (decimal): -2462168 or 2649818. OLE color: 2649818.
HSL color Cylindrical-coordinate representation of color #DA6E28: hue angle of 23.6º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA6E28 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 40 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.15 |
| HSL | 23.6º | 0.71% | 0.51% | - |
| HSV(B) | 23.6º | 0.82% | 0.85% | - |
| XYZ | 34.87 | 26.21 | 5.23 | - |
| YUV | 134.31 | 74.78 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 40 | 0 | 0.50 | 0.82 | 0.15 | 23.6 | 0.71 | 0.51 |
| Hex | DA | 6E | 28 | 0 | 32 | 52 | F | 18 | 47 | 33 |
| Octal | 332 | 156 | 50 | 0 | 62 | 122 | 17 | 30 | 107 | 63 |
| Binary | 11011010 | 1101110 | 101000 | 0 | 110010 | 1010010 | 1111 | 11000 | 1000111 | 110011 |
Color Harmonies of #DA6E28
Complementary color
Monochromatic Colors of #DA6E28
Black with #DA6E28
Text Example
Text Example
White with #DA6E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E28; }
p { color: rgb(218,110,40); }
H1.HeaderClassName
{
color: #DA6E28;
}
.AnyTagClassName
{
color: #DA6E28;
}
</style>
background-color css
<style>
a { background-color: #DA6E28; }
a { background-color: rgb(218,110,40); }
div.DivClassName
{
background-color: #DA6E28;
}
.BgClassName
{
background-color: #DA6E28;
}
</style>
border-color css
<style>
span { border-color: #DA6E28; }
span { border-color: rgb(218,110,40); }
td.TdClassName
{
border-color: #DA6E28;
}
.TagClassName
{
border-color: #DA6E28;
}
</style>