Shades of Tahiti Gold #D77A31
Tints of Tahiti Gold #D77A31
RGB
CMYK
RGB Variations
Color information
#D77A31 (or 0xD77A31) is known color: Tahiti Gold. HEX triplet: D7, 7A and 31. RGB value is (215,122,49). Sum of RGB (Red+Green+Blue) = 215+122+49=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77A31 is #2885CE. Grayscale: #8D8D8D. Windows color (decimal): -2655695 or 3242711. OLE color: 3242711.
HSL color Cylindrical-coordinate representation of color #D77A31: hue angle of 26.39º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D77A31 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 49 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.16 |
| HSL | 26.39º | 0.67% | 0.52% | - |
| HSV(B) | 26.39º | 0.77% | 0.84% | - |
| XYZ | 35.54 | 28.59 | 6.55 | - |
| YUV | 141.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 49 | 0 | 0.43 | 0.77 | 0.16 | 26.39 | 0.67 | 0.52 |
| Hex | D7 | 7A | 31 | 0 | 2B | 4D | 10 | 1A | 43 | 34 |
| Octal | 327 | 172 | 61 | 0 | 53 | 115 | 20 | 32 | 103 | 64 |
| Binary | 11010111 | 1111010 | 110001 | 0 | 101011 | 1001101 | 10000 | 11010 | 1000011 | 110100 |
Color Harmonies of #D77A31
Complementary color
Monochromatic Colors of #D77A31
Black with #D77A31
Text Example
Text Example
White with #D77A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A31; }
p { color: rgb(215,122,49); }
H1.HeaderClassName
{
color: #D77A31;
}
.AnyTagClassName
{
color: #D77A31;
}
</style>
background-color css
<style>
a { background-color: #D77A31; }
a { background-color: rgb(215,122,49); }
div.DivClassName
{
background-color: #D77A31;
}
.BgClassName
{
background-color: #D77A31;
}
</style>
border-color css
<style>
span { border-color: #D77A31; }
span { border-color: rgb(215,122,49); }
td.TdClassName
{
border-color: #D77A31;
}
.TagClassName
{
border-color: #D77A31;
}
</style>