Shades of Tahiti Gold #DA6F2A
Tints of Tahiti Gold #DA6F2A
RGB
CMYK
RGB Variations
Color information
#DA6F2A (or 0xDA6F2A) is known color: Tahiti Gold. HEX triplet: DA, 6F and 2A. RGB value is (218,111,42). Sum of RGB (Red+Green+Blue) = 218+111+42=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F2A is #2590D5. Grayscale: #878787. Windows color (decimal): -2461910 or 2781146. OLE color: 2781146.
HSL color Cylindrical-coordinate representation of color #DA6F2A: hue angle of 23.52º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA6F2A is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 42 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.15 |
| HSL | 23.52º | 0.7% | 0.51% | - |
| HSV(B) | 23.52º | 0.81% | 0.85% | - |
| XYZ | 35.02 | 26.44 | 5.45 | - |
| YUV | 135.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 42 | 0 | 0.49 | 0.81 | 0.15 | 23.52 | 0.7 | 0.51 |
| Hex | DA | 6F | 2A | 0 | 31 | 51 | F | 18 | 46 | 33 |
| Octal | 332 | 157 | 52 | 0 | 61 | 121 | 17 | 30 | 106 | 63 |
| Binary | 11011010 | 1101111 | 101010 | 0 | 110001 | 1010001 | 1111 | 11000 | 1000110 | 110011 |
Color Harmonies of #DA6F2A
Complementary color
Monochromatic Colors of #DA6F2A
Black with #DA6F2A
Text Example
Text Example
White with #DA6F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F2A; }
p { color: rgb(218,111,42); }
H1.HeaderClassName
{
color: #DA6F2A;
}
.AnyTagClassName
{
color: #DA6F2A;
}
</style>
background-color css
<style>
a { background-color: #DA6F2A; }
a { background-color: rgb(218,111,42); }
div.DivClassName
{
background-color: #DA6F2A;
}
.BgClassName
{
background-color: #DA6F2A;
}
</style>
border-color css
<style>
span { border-color: #DA6F2A; }
span { border-color: rgb(218,111,42); }
td.TdClassName
{
border-color: #DA6F2A;
}
.TagClassName
{
border-color: #DA6F2A;
}
</style>