Shades of Tahiti Gold #D77A2A
Tints of Tahiti Gold #D77A2A
RGB
CMYK
RGB Variations
Color information
#D77A2A (or 0xD77A2A) is known color: Tahiti Gold. HEX triplet: D7, 7A and 2A. RGB value is (215,122,42). Sum of RGB (Red+Green+Blue) = 215+122+42=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77A2A is #2885D5. Grayscale: #8D8D8D. Windows color (decimal): -2655702 or 2783959. OLE color: 2783959.
HSL color Cylindrical-coordinate representation of color #D77A2A: hue angle of 27.75º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D77A2A is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 42 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.16 |
| HSL | 27.75º | 0.68% | 0.5% | - |
| HSV(B) | 27.75º | 0.8% | 0.84% | - |
| XYZ | 35.4 | 28.53 | 5.83 | - |
| YUV | 140.69 | 72.31 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 42 | 0 | 0.43 | 0.80 | 0.16 | 27.75 | 0.68 | 0.5 |
| Hex | D7 | 7A | 2A | 0 | 2B | 50 | 10 | 1C | 44 | 32 |
| Octal | 327 | 172 | 52 | 0 | 53 | 120 | 20 | 34 | 104 | 62 |
| Binary | 11010111 | 1111010 | 101010 | 0 | 101011 | 1010000 | 10000 | 11100 | 1000100 | 110010 |
Color Harmonies of #D77A2A
Complementary color
Monochromatic Colors of #D77A2A
Black with #D77A2A
Text Example
Text Example
White with #D77A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A2A; }
p { color: rgb(215,122,42); }
H1.HeaderClassName
{
color: #D77A2A;
}
.AnyTagClassName
{
color: #D77A2A;
}
</style>
background-color css
<style>
a { background-color: #D77A2A; }
a { background-color: rgb(215,122,42); }
div.DivClassName
{
background-color: #D77A2A;
}
.BgClassName
{
background-color: #D77A2A;
}
</style>
border-color css
<style>
span { border-color: #D77A2A; }
span { border-color: rgb(215,122,42); }
td.TdClassName
{
border-color: #D77A2A;
}
.TagClassName
{
border-color: #D77A2A;
}
</style>