Shades of Tahiti Gold #D77C2B
Tints of Tahiti Gold #D77C2B
RGB
CMYK
RGB Variations
Color information
#D77C2B (or 0xD77C2B) is known color: Tahiti Gold. HEX triplet: D7, 7C and 2B. RGB value is (215,124,43). Sum of RGB (Red+Green+Blue) = 215+124+43=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C2B is #2883D4. Grayscale: #8E8E8E. Windows color (decimal): -2655189 or 2850007. OLE color: 2850007.
HSL color Cylindrical-coordinate representation of color #D77C2B: hue angle of 28.26º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D77C2B is Cyan = 0, Magento = 0.42, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 43 | - |
| CMYK | 0 | 0.42 | 0.8 | 0.16 |
| HSL | 28.26º | 0.68% | 0.51% | - |
| HSV(B) | 28.26º | 0.8% | 0.84% | - |
| XYZ | 35.67 | 29.04 | 6.01 | - |
| YUV | 141.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 43 | 0 | 0.42 | 0.8 | 0.16 | 28.26 | 0.68 | 0.51 |
| Hex | D7 | 7C | 2B | 0 | 2A | 50 | 10 | 1C | 44 | 33 |
| Octal | 327 | 174 | 53 | 0 | 52 | 120 | 20 | 34 | 104 | 63 |
| Binary | 11010111 | 1111100 | 101011 | 0 | 101010 | 1010000 | 10000 | 11100 | 1000100 | 110011 |
Color Harmonies of #D77C2B
Complementary color
Monochromatic Colors of #D77C2B
Black with #D77C2B
Text Example
Text Example
White with #D77C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C2B; }
p { color: rgb(215,124,43); }
H1.HeaderClassName
{
color: #D77C2B;
}
.AnyTagClassName
{
color: #D77C2B;
}
</style>
background-color css
<style>
a { background-color: #D77C2B; }
a { background-color: rgb(215,124,43); }
div.DivClassName
{
background-color: #D77C2B;
}
.BgClassName
{
background-color: #D77C2B;
}
</style>
border-color css
<style>
span { border-color: #D77C2B; }
span { border-color: rgb(215,124,43); }
td.TdClassName
{
border-color: #D77C2B;
}
.TagClassName
{
border-color: #D77C2B;
}
</style>