Shades of Tahiti Gold #D77622
Tints of Tahiti Gold #D77622
RGB
CMYK
RGB Variations
Color information
#D77622 (or 0xD77622) is known color: Tahiti Gold. HEX triplet: D7, 76 and 22. RGB value is (215,118,34). Sum of RGB (Red+Green+Blue) = 215+118+34=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D77622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77622 is #2889DD. Grayscale: #898989. Windows color (decimal): -2656734 or 2258647. OLE color: 2258647.
HSL color Cylindrical-coordinate representation of color #D77622: hue angle of 27.85º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D77622 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 34 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.16 |
| HSL | 27.85º | 0.73% | 0.49% | - |
| HSV(B) | 27.85º | 0.84% | 0.84% | - |
| XYZ | 34.79 | 27.52 | 4.99 | - |
| YUV | 137.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 34 | 0 | 0.45 | 0.84 | 0.16 | 27.85 | 0.73 | 0.49 |
| Hex | D7 | 76 | 22 | 0 | 2D | 54 | 10 | 1C | 49 | 31 |
| Octal | 327 | 166 | 42 | 0 | 55 | 124 | 20 | 34 | 111 | 61 |
| Binary | 11010111 | 1110110 | 100010 | 0 | 101101 | 1010100 | 10000 | 11100 | 1001001 | 110001 |
Color Harmonies of #D77622
Complementary color
Monochromatic Colors of #D77622
Black with #D77622
Text Example
Text Example
White with #D77622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77622; }
p { color: rgb(215,118,34); }
H1.HeaderClassName
{
color: #D77622;
}
.AnyTagClassName
{
color: #D77622;
}
</style>
background-color css
<style>
a { background-color: #D77622; }
a { background-color: rgb(215,118,34); }
div.DivClassName
{
background-color: #D77622;
}
.BgClassName
{
background-color: #D77622;
}
</style>
border-color css
<style>
span { border-color: #D77622; }
span { border-color: rgb(215,118,34); }
td.TdClassName
{
border-color: #D77622;
}
.TagClassName
{
border-color: #D77622;
}
</style>