Shades of Tahiti Gold #DA741F
Tints of Tahiti Gold #DA741F
RGB
CMYK
RGB Variations
Color information
#DA741F (or 0xDA741F) is known color: Tahiti Gold. HEX triplet: DA, 74 and 1F. RGB value is (218,116,31). Sum of RGB (Red+Green+Blue) = 218+116+31=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA741F is #258BE0. Grayscale: #898989. Windows color (decimal): -2460641 or 2061530. OLE color: 2061530.
HSL color Cylindrical-coordinate representation of color #DA741F: hue angle of 27.27º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA741F is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 31 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.15 |
| HSL | 27.27º | 0.75% | 0.49% | - |
| HSV(B) | 27.27º | 0.86% | 0.85% | - |
| XYZ | 35.41 | 27.5 | 4.74 | - |
| YUV | 136.81 | 68.29 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 31 | 0 | 0.47 | 0.86 | 0.15 | 27.27 | 0.75 | 0.49 |
| Hex | DA | 74 | 1F | 0 | 2F | 56 | F | 1B | 4B | 31 |
| Octal | 332 | 164 | 37 | 0 | 57 | 126 | 17 | 33 | 113 | 61 |
| Binary | 11011010 | 1110100 | 11111 | 0 | 101111 | 1010110 | 1111 | 11011 | 1001011 | 110001 |
Color Harmonies of #DA741F
Complementary color
Monochromatic Colors of #DA741F
Black with #DA741F
Text Example
Text Example
White with #DA741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA741F; }
p { color: rgb(218,116,31); }
H1.HeaderClassName
{
color: #DA741F;
}
.AnyTagClassName
{
color: #DA741F;
}
</style>
background-color css
<style>
a { background-color: #DA741F; }
a { background-color: rgb(218,116,31); }
div.DivClassName
{
background-color: #DA741F;
}
.BgClassName
{
background-color: #DA741F;
}
</style>
border-color css
<style>
span { border-color: #DA741F; }
span { border-color: rgb(218,116,31); }
td.TdClassName
{
border-color: #DA741F;
}
.TagClassName
{
border-color: #DA741F;
}
</style>