Shades of Tahiti Gold #D77321
Tints of Tahiti Gold #D77321
RGB
CMYK
RGB Variations
Color information
#D77321 (or 0xD77321) is known color: Tahiti Gold. HEX triplet: D7, 73 and 21. RGB value is (215,115,33). Sum of RGB (Red+Green+Blue) = 215+115+33=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D77321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77321 is #288CDE. Grayscale: #878787. Windows color (decimal): -2657503 or 2192343. OLE color: 2192343.
HSL color Cylindrical-coordinate representation of color #D77321: hue angle of 27.03º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D77321 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 33 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.16 |
| HSL | 27.03º | 0.73% | 0.49% | - |
| HSV(B) | 27.03º | 0.85% | 0.84% | - |
| XYZ | 34.43 | 26.82 | 4.8 | - |
| YUV | 135.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 33 | 0 | 0.47 | 0.85 | 0.16 | 27.03 | 0.73 | 0.49 |
| Hex | D7 | 73 | 21 | 0 | 2F | 55 | 10 | 1B | 49 | 31 |
| Octal | 327 | 163 | 41 | 0 | 57 | 125 | 20 | 33 | 111 | 61 |
| Binary | 11010111 | 1110011 | 100001 | 0 | 101111 | 1010101 | 10000 | 11011 | 1001001 | 110001 |
Color Harmonies of #D77321
Complementary color
Monochromatic Colors of #D77321
Black with #D77321
Text Example
Text Example
White with #D77321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77321; }
p { color: rgb(215,115,33); }
H1.HeaderClassName
{
color: #D77321;
}
.AnyTagClassName
{
color: #D77321;
}
</style>
background-color css
<style>
a { background-color: #D77321; }
a { background-color: rgb(215,115,33); }
div.DivClassName
{
background-color: #D77321;
}
.BgClassName
{
background-color: #D77321;
}
</style>
border-color css
<style>
span { border-color: #D77321; }
span { border-color: rgb(215,115,33); }
td.TdClassName
{
border-color: #D77321;
}
.TagClassName
{
border-color: #D77321;
}
</style>