Shades of Tahiti Gold #D8792C
Tints of Tahiti Gold #D8792C
RGB
CMYK
RGB Variations
Color information
#D8792C (or 0xD8792C) is known color: Tahiti Gold. HEX triplet: D8, 79 and 2C. RGB value is (216,121,44). Sum of RGB (Red+Green+Blue) = 216+121+44=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8792C is #2786D3. Grayscale: #8D8D8D. Windows color (decimal): -2590420 or 2914776. OLE color: 2914776.
HSL color Cylindrical-coordinate representation of color #D8792C: hue angle of 26.86º 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 #D8792C is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 44 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.15 |
| HSL | 26.86º | 0.69% | 0.51% | - |
| HSV(B) | 26.86º | 0.8% | 0.85% | - |
| XYZ | 35.61 | 28.46 | 6 | - |
| YUV | 140.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 44 | 0 | 0.44 | 0.80 | 0.15 | 26.86 | 0.69 | 0.51 |
| Hex | D8 | 79 | 2C | 0 | 2C | 50 | F | 1B | 45 | 33 |
| Octal | 330 | 171 | 54 | 0 | 54 | 120 | 17 | 33 | 105 | 63 |
| Binary | 11011000 | 1111001 | 101100 | 0 | 101100 | 1010000 | 1111 | 11011 | 1000101 | 110011 |
Color Harmonies of #D8792C
Complementary color
Monochromatic Colors of #D8792C
Black with #D8792C
Text Example
Text Example
White with #D8792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8792C; }
p { color: rgb(216,121,44); }
H1.HeaderClassName
{
color: #D8792C;
}
.AnyTagClassName
{
color: #D8792C;
}
</style>
background-color css
<style>
a { background-color: #D8792C; }
a { background-color: rgb(216,121,44); }
div.DivClassName
{
background-color: #D8792C;
}
.BgClassName
{
background-color: #D8792C;
}
</style>
border-color css
<style>
span { border-color: #D8792C; }
span { border-color: rgb(216,121,44); }
td.TdClassName
{
border-color: #D8792C;
}
.TagClassName
{
border-color: #D8792C;
}
</style>