Shades of Tahiti Gold #D77C2A
Tints of Tahiti Gold #D77C2A
RGB
CMYK
RGB Variations
Color information
#D77C2A (or 0xD77C2A) is known color: Tahiti Gold. HEX triplet: D7, 7C and 2A. RGB value is (215,124,42). Sum of RGB (Red+Green+Blue) = 215+124+42=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C2A is #2883D5. Grayscale: #8E8E8E. Windows color (decimal): -2655190 or 2784471. OLE color: 2784471.
HSL color Cylindrical-coordinate representation of color #D77C2A: hue angle of 28.44º 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 #D77C2A is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 42 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.16 |
| HSL | 28.44º | 0.68% | 0.5% | - |
| HSV(B) | 28.44º | 0.8% | 0.84% | - |
| XYZ | 35.65 | 29.03 | 5.91 | - |
| YUV | 141.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 42 | 0 | 0.42 | 0.80 | 0.16 | 28.44 | 0.68 | 0.5 |
| Hex | D7 | 7C | 2A | 0 | 2A | 50 | 10 | 1C | 44 | 32 |
| Octal | 327 | 174 | 52 | 0 | 52 | 120 | 20 | 34 | 104 | 62 |
| Binary | 11010111 | 1111100 | 101010 | 0 | 101010 | 1010000 | 10000 | 11100 | 1000100 | 110010 |
Color Harmonies of #D77C2A
Complementary color
Monochromatic Colors of #D77C2A
Black with #D77C2A
Text Example
Text Example
White with #D77C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C2A; }
p { color: rgb(215,124,42); }
H1.HeaderClassName
{
color: #D77C2A;
}
.AnyTagClassName
{
color: #D77C2A;
}
</style>
background-color css
<style>
a { background-color: #D77C2A; }
a { background-color: rgb(215,124,42); }
div.DivClassName
{
background-color: #D77C2A;
}
.BgClassName
{
background-color: #D77C2A;
}
</style>
border-color css
<style>
span { border-color: #D77C2A; }
span { border-color: rgb(215,124,42); }
td.TdClassName
{
border-color: #D77C2A;
}
.TagClassName
{
border-color: #D77C2A;
}
</style>