Shades of Tahiti Gold #D9772B
Tints of Tahiti Gold #D9772B
RGB
CMYK
RGB Variations
Color information
#D9772B (or 0xD9772B) is known color: Tahiti Gold. HEX triplet: D9, 77 and 2B. RGB value is (217,119,43). Sum of RGB (Red+Green+Blue) = 217+119+43=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9772B is #2688D4. Grayscale: #8C8C8C. Windows color (decimal): -2525397 or 2848729. OLE color: 2848729.
HSL color Cylindrical-coordinate representation of color #D9772B: hue angle of 26.21º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9772B is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 43 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.15 |
| HSL | 26.21º | 0.7% | 0.51% | - |
| HSV(B) | 26.21º | 0.8% | 0.85% | - |
| XYZ | 35.65 | 28.12 | 5.83 | - |
| YUV | 139.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 43 | 0 | 0.45 | 0.80 | 0.15 | 26.21 | 0.7 | 0.51 |
| Hex | D9 | 77 | 2B | 0 | 2D | 50 | F | 1A | 46 | 33 |
| Octal | 331 | 167 | 53 | 0 | 55 | 120 | 17 | 32 | 106 | 63 |
| Binary | 11011001 | 1110111 | 101011 | 0 | 101101 | 1010000 | 1111 | 11010 | 1000110 | 110011 |
Color Harmonies of #D9772B
Complementary color
Monochromatic Colors of #D9772B
Black with #D9772B
Text Example
Text Example
White with #D9772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9772B; }
p { color: rgb(217,119,43); }
H1.HeaderClassName
{
color: #D9772B;
}
.AnyTagClassName
{
color: #D9772B;
}
</style>
background-color css
<style>
a { background-color: #D9772B; }
a { background-color: rgb(217,119,43); }
div.DivClassName
{
background-color: #D9772B;
}
.BgClassName
{
background-color: #D9772B;
}
</style>
border-color css
<style>
span { border-color: #D9772B; }
span { border-color: rgb(217,119,43); }
td.TdClassName
{
border-color: #D9772B;
}
.TagClassName
{
border-color: #D9772B;
}
</style>