Shades of Tahiti Gold #D7782C
Tints of Tahiti Gold #D7782C
RGB
CMYK
RGB Variations
Color information
#D7782C (or 0xD7782C) is known color: Tahiti Gold. HEX triplet: D7, 78 and 2C. RGB value is (215,120,44). Sum of RGB (Red+Green+Blue) = 215+120+44=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7782C is #2887D3. Grayscale: #8C8C8C. Windows color (decimal): -2656212 or 2914519. OLE color: 2914519.
HSL color Cylindrical-coordinate representation of color #D7782C: hue angle of 26.67º 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 #D7782C is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 44 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.16 |
| HSL | 26.67º | 0.68% | 0.51% | - |
| HSV(B) | 26.67º | 0.8% | 0.84% | - |
| XYZ | 35.2 | 28.06 | 5.94 | - |
| YUV | 139.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 44 | 0 | 0.44 | 0.80 | 0.16 | 26.67 | 0.68 | 0.51 |
| Hex | D7 | 78 | 2C | 0 | 2C | 50 | 10 | 1B | 44 | 33 |
| Octal | 327 | 170 | 54 | 0 | 54 | 120 | 20 | 33 | 104 | 63 |
| Binary | 11010111 | 1111000 | 101100 | 0 | 101100 | 1010000 | 10000 | 11011 | 1000100 | 110011 |
Color Harmonies of #D7782C
Complementary color
Monochromatic Colors of #D7782C
Black with #D7782C
Text Example
Text Example
White with #D7782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7782C; }
p { color: rgb(215,120,44); }
H1.HeaderClassName
{
color: #D7782C;
}
.AnyTagClassName
{
color: #D7782C;
}
</style>
background-color css
<style>
a { background-color: #D7782C; }
a { background-color: rgb(215,120,44); }
div.DivClassName
{
background-color: #D7782C;
}
.BgClassName
{
background-color: #D7782C;
}
</style>
border-color css
<style>
span { border-color: #D7782C; }
span { border-color: rgb(215,120,44); }
td.TdClassName
{
border-color: #D7782C;
}
.TagClassName
{
border-color: #D7782C;
}
</style>