Shades of Tahiti Gold #D7762C
Tints of Tahiti Gold #D7762C
RGB
CMYK
RGB Variations
Color information
#D7762C (or 0xD7762C) is known color: Tahiti Gold. HEX triplet: D7, 76 and 2C. RGB value is (215,118,44). Sum of RGB (Red+Green+Blue) = 215+118+44=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7762C is #2889D3. Grayscale: #8A8A8A. Windows color (decimal): -2656724 or 2914007. OLE color: 2914007.
HSL color Cylindrical-coordinate representation of color #D7762C: hue angle of 25.96º 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 #D7762C is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 44 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.16 |
| HSL | 25.96º | 0.68% | 0.51% | - |
| HSV(B) | 25.96º | 0.8% | 0.84% | - |
| XYZ | 34.96 | 27.59 | 5.87 | - |
| YUV | 138.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 44 | 0 | 0.45 | 0.80 | 0.16 | 25.96 | 0.68 | 0.51 |
| Hex | D7 | 76 | 2C | 0 | 2D | 50 | 10 | 1A | 44 | 33 |
| Octal | 327 | 166 | 54 | 0 | 55 | 120 | 20 | 32 | 104 | 63 |
| Binary | 11010111 | 1110110 | 101100 | 0 | 101101 | 1010000 | 10000 | 11010 | 1000100 | 110011 |
Color Harmonies of #D7762C
Complementary color
Monochromatic Colors of #D7762C
Black with #D7762C
Text Example
Text Example
White with #D7762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7762C; }
p { color: rgb(215,118,44); }
H1.HeaderClassName
{
color: #D7762C;
}
.AnyTagClassName
{
color: #D7762C;
}
</style>
background-color css
<style>
a { background-color: #D7762C; }
a { background-color: rgb(215,118,44); }
div.DivClassName
{
background-color: #D7762C;
}
.BgClassName
{
background-color: #D7762C;
}
</style>
border-color css
<style>
span { border-color: #D7762C; }
span { border-color: rgb(215,118,44); }
td.TdClassName
{
border-color: #D7762C;
}
.TagClassName
{
border-color: #D7762C;
}
</style>