Shades of Tahiti Gold #DA6A25
Tints of Tahiti Gold #DA6A25
RGB
CMYK
RGB Variations
Color information
#DA6A25 (or 0xDA6A25) is known color: Tahiti Gold. HEX triplet: DA, 6A and 25. RGB value is (218,106,37). Sum of RGB (Red+Green+Blue) = 218+106+37=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A25 is #2595DA. Grayscale: #848484. Windows color (decimal): -2463195 or 2452186. OLE color: 2452186.
HSL color Cylindrical-coordinate representation of color #DA6A25: hue angle of 22.87º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA6A25 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 37 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.15 |
| HSL | 22.87º | 0.71% | 0.5% | - |
| HSV(B) | 22.87º | 0.83% | 0.85% | - |
| XYZ | 34.4 | 25.35 | 4.83 | - |
| YUV | 131.62 | 74.61 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 37 | 0 | 0.51 | 0.83 | 0.15 | 22.87 | 0.71 | 0.5 |
| Hex | DA | 6A | 25 | 0 | 33 | 53 | F | 17 | 47 | 32 |
| Octal | 332 | 152 | 45 | 0 | 63 | 123 | 17 | 27 | 107 | 62 |
| Binary | 11011010 | 1101010 | 100101 | 0 | 110011 | 1010011 | 1111 | 10111 | 1000111 | 110010 |
Color Harmonies of #DA6A25
Complementary color
Monochromatic Colors of #DA6A25
Black with #DA6A25
Text Example
Text Example
White with #DA6A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A25; }
p { color: rgb(218,106,37); }
H1.HeaderClassName
{
color: #DA6A25;
}
.AnyTagClassName
{
color: #DA6A25;
}
</style>
background-color css
<style>
a { background-color: #DA6A25; }
a { background-color: rgb(218,106,37); }
div.DivClassName
{
background-color: #DA6A25;
}
.BgClassName
{
background-color: #DA6A25;
}
</style>
border-color css
<style>
span { border-color: #DA6A25; }
span { border-color: rgb(218,106,37); }
td.TdClassName
{
border-color: #DA6A25;
}
.TagClassName
{
border-color: #DA6A25;
}
</style>