Shades of Tahiti Gold #D8792B
Tints of Tahiti Gold #D8792B
RGB
CMYK
RGB Variations
Color information
#D8792B (or 0xD8792B) is known color: Tahiti Gold. HEX triplet: D8, 79 and 2B. RGB value is (216,121,43). Sum of RGB (Red+Green+Blue) = 216+121+43=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8792B is #2786D4. Grayscale: #8C8C8C. Windows color (decimal): -2590421 or 2849240. OLE color: 2849240.
HSL color Cylindrical-coordinate representation of color #D8792B: hue angle of 27.05º 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 #D8792B is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 43 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.15 |
| HSL | 27.05º | 0.69% | 0.51% | - |
| HSV(B) | 27.05º | 0.8% | 0.85% | - |
| XYZ | 35.59 | 28.45 | 5.9 | - |
| YUV | 140.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 43 | 0 | 0.44 | 0.80 | 0.15 | 27.05 | 0.69 | 0.51 |
| Hex | D8 | 79 | 2B | 0 | 2C | 50 | F | 1B | 45 | 33 |
| Octal | 330 | 171 | 53 | 0 | 54 | 120 | 17 | 33 | 105 | 63 |
| Binary | 11011000 | 1111001 | 101011 | 0 | 101100 | 1010000 | 1111 | 11011 | 1000101 | 110011 |
Color Harmonies of #D8792B
Complementary color
Monochromatic Colors of #D8792B
Black with #D8792B
Text Example
Text Example
White with #D8792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8792B; }
p { color: rgb(216,121,43); }
H1.HeaderClassName
{
color: #D8792B;
}
.AnyTagClassName
{
color: #D8792B;
}
</style>
background-color css
<style>
a { background-color: #D8792B; }
a { background-color: rgb(216,121,43); }
div.DivClassName
{
background-color: #D8792B;
}
.BgClassName
{
background-color: #D8792B;
}
</style>
border-color css
<style>
span { border-color: #D8792B; }
span { border-color: rgb(216,121,43); }
td.TdClassName
{
border-color: #D8792B;
}
.TagClassName
{
border-color: #D8792B;
}
</style>