Shades of Tahiti Gold #DA6D28
Tints of Tahiti Gold #DA6D28
RGB
CMYK
RGB Variations
Color information
#DA6D28 (or 0xDA6D28) is known color: Tahiti Gold. HEX triplet: DA, 6D and 28. RGB value is (218,109,40). Sum of RGB (Red+Green+Blue) = 218+109+40=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D28 is #2592D7. Grayscale: #868686. Windows color (decimal): -2462424 or 2649562. OLE color: 2649562.
HSL color Cylindrical-coordinate representation of color #DA6D28: hue angle of 23.26º 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 #DA6D28 is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 40 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.15 |
| HSL | 23.26º | 0.71% | 0.51% | - |
| HSV(B) | 23.26º | 0.82% | 0.85% | - |
| XYZ | 34.77 | 26 | 5.19 | - |
| YUV | 133.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 40 | 0 | 0.5 | 0.82 | 0.15 | 23.26 | 0.71 | 0.51 |
| Hex | DA | 6D | 28 | 0 | 32 | 52 | F | 17 | 47 | 33 |
| Octal | 332 | 155 | 50 | 0 | 62 | 122 | 17 | 27 | 107 | 63 |
| Binary | 11011010 | 1101101 | 101000 | 0 | 110010 | 1010010 | 1111 | 10111 | 1000111 | 110011 |
Color Harmonies of #DA6D28
Complementary color
Monochromatic Colors of #DA6D28
Black with #DA6D28
Text Example
Text Example
White with #DA6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D28; }
p { color: rgb(218,109,40); }
H1.HeaderClassName
{
color: #DA6D28;
}
.AnyTagClassName
{
color: #DA6D28;
}
</style>
background-color css
<style>
a { background-color: #DA6D28; }
a { background-color: rgb(218,109,40); }
div.DivClassName
{
background-color: #DA6D28;
}
.BgClassName
{
background-color: #DA6D28;
}
</style>
border-color css
<style>
span { border-color: #DA6D28; }
span { border-color: rgb(218,109,40); }
td.TdClassName
{
border-color: #DA6D28;
}
.TagClassName
{
border-color: #DA6D28;
}
</style>