Shades of Tahiti Gold #DA752B
Tints of Tahiti Gold #DA752B
RGB
CMYK
RGB Variations
Color information
#DA752B (or 0xDA752B) is known color: Tahiti Gold. HEX triplet: DA, 75 and 2B. RGB value is (218,117,43). Sum of RGB (Red+Green+Blue) = 218+117+43=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA752B is #258AD4. Grayscale: #8B8B8B. Windows color (decimal): -2460373 or 2848218. OLE color: 2848218.
HSL color Cylindrical-coordinate representation of color #DA752B: hue angle of 25.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA752B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 43 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.15 |
| HSL | 25.37º | 0.7% | 0.51% | - |
| HSV(B) | 25.37º | 0.8% | 0.85% | - |
| XYZ | 35.71 | 27.8 | 5.77 | - |
| YUV | 138.76 | 73.96 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 43 | 0 | 0.46 | 0.80 | 0.15 | 25.37 | 0.7 | 0.51 |
| Hex | DA | 75 | 2B | 0 | 2E | 50 | F | 19 | 46 | 33 |
| Octal | 332 | 165 | 53 | 0 | 56 | 120 | 17 | 31 | 106 | 63 |
| Binary | 11011010 | 1110101 | 101011 | 0 | 101110 | 1010000 | 1111 | 11001 | 1000110 | 110011 |
Color Harmonies of #DA752B
Complementary color
Monochromatic Colors of #DA752B
Black with #DA752B
Text Example
Text Example
White with #DA752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA752B; }
p { color: rgb(218,117,43); }
H1.HeaderClassName
{
color: #DA752B;
}
.AnyTagClassName
{
color: #DA752B;
}
</style>
background-color css
<style>
a { background-color: #DA752B; }
a { background-color: rgb(218,117,43); }
div.DivClassName
{
background-color: #DA752B;
}
.BgClassName
{
background-color: #DA752B;
}
</style>
border-color css
<style>
span { border-color: #DA752B; }
span { border-color: rgb(218,117,43); }
td.TdClassName
{
border-color: #DA752B;
}
.TagClassName
{
border-color: #DA752B;
}
</style>