Shades of Tahiti Gold #D9762C
Tints of Tahiti Gold #D9762C
RGB
CMYK
RGB Variations
Color information
#D9762C (or 0xD9762C) is known color: Tahiti Gold. HEX triplet: D9, 76 and 2C. RGB value is (217,118,44). Sum of RGB (Red+Green+Blue) = 217+118+44=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9762C is #2689D3. Grayscale: #8B8B8B. Windows color (decimal): -2525652 or 2914009. OLE color: 2914009.
HSL color Cylindrical-coordinate representation of color #D9762C: hue angle of 25.66º degrees, saturation: 0.69, 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 #D9762C is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 44 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.15 |
| HSL | 25.66º | 0.69% | 0.51% | - |
| HSV(B) | 25.66º | 0.8% | 0.85% | - |
| XYZ | 35.55 | 27.89 | 5.89 | - |
| YUV | 139.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 44 | 0 | 0.46 | 0.80 | 0.15 | 25.66 | 0.69 | 0.51 |
| Hex | D9 | 76 | 2C | 0 | 2E | 50 | F | 1A | 45 | 33 |
| Octal | 331 | 166 | 54 | 0 | 56 | 120 | 17 | 32 | 105 | 63 |
| Binary | 11011001 | 1110110 | 101100 | 0 | 101110 | 1010000 | 1111 | 11010 | 1000101 | 110011 |
Color Harmonies of #D9762C
Complementary color
Monochromatic Colors of #D9762C
Black with #D9762C
Text Example
Text Example
White with #D9762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9762C; }
p { color: rgb(217,118,44); }
H1.HeaderClassName
{
color: #D9762C;
}
.AnyTagClassName
{
color: #D9762C;
}
</style>
background-color css
<style>
a { background-color: #D9762C; }
a { background-color: rgb(217,118,44); }
div.DivClassName
{
background-color: #D9762C;
}
.BgClassName
{
background-color: #D9762C;
}
</style>
border-color css
<style>
span { border-color: #D9762C; }
span { border-color: rgb(217,118,44); }
td.TdClassName
{
border-color: #D9762C;
}
.TagClassName
{
border-color: #D9762C;
}
</style>