Shades of Tahiti Gold #DA762A
Tints of Tahiti Gold #DA762A
RGB
CMYK
RGB Variations
Color information
#DA762A (or 0xDA762A) is known color: Tahiti Gold. HEX triplet: DA, 76 and 2A. RGB value is (218,118,42). Sum of RGB (Red+Green+Blue) = 218+118+42=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA762A is #2589D5. Grayscale: #8B8B8B. Windows color (decimal): -2460118 or 2782938. OLE color: 2782938.
HSL color Cylindrical-coordinate representation of color #DA762A: hue angle of 25.91º 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 #DA762A is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 42 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.15 |
| HSL | 25.91º | 0.7% | 0.51% | - |
| HSV(B) | 25.91º | 0.81% | 0.85% | - |
| XYZ | 35.81 | 28.03 | 5.71 | - |
| YUV | 139.24 | 73.13 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 42 | 0 | 0.46 | 0.81 | 0.15 | 25.91 | 0.7 | 0.51 |
| Hex | DA | 76 | 2A | 0 | 2E | 51 | F | 1A | 46 | 33 |
| Octal | 332 | 166 | 52 | 0 | 56 | 121 | 17 | 32 | 106 | 63 |
| Binary | 11011010 | 1110110 | 101010 | 0 | 101110 | 1010001 | 1111 | 11010 | 1000110 | 110011 |
Color Harmonies of #DA762A
Complementary color
Monochromatic Colors of #DA762A
Black with #DA762A
Text Example
Text Example
White with #DA762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA762A; }
p { color: rgb(218,118,42); }
H1.HeaderClassName
{
color: #DA762A;
}
.AnyTagClassName
{
color: #DA762A;
}
</style>
background-color css
<style>
a { background-color: #DA762A; }
a { background-color: rgb(218,118,42); }
div.DivClassName
{
background-color: #DA762A;
}
.BgClassName
{
background-color: #DA762A;
}
</style>
border-color css
<style>
span { border-color: #DA762A; }
span { border-color: rgb(218,118,42); }
td.TdClassName
{
border-color: #DA762A;
}
.TagClassName
{
border-color: #DA762A;
}
</style>