Shades of Tahiti Gold #D7732D
Tints of Tahiti Gold #D7732D
RGB
CMYK
RGB Variations
Color information
#D7732D (or 0xD7732D) is known color: Tahiti Gold. HEX triplet: D7, 73 and 2D. RGB value is (215,115,45). Sum of RGB (Red+Green+Blue) = 215+115+45=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7732D is #288CD2. Grayscale: #898989. Windows color (decimal): -2657491 or 2978775. OLE color: 2978775.
HSL color Cylindrical-coordinate representation of color #D7732D: hue angle of 24.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7732D is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 45 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.16 |
| HSL | 24.71º | 0.68% | 0.51% | - |
| HSV(B) | 24.71º | 0.79% | 0.84% | - |
| XYZ | 34.63 | 26.9 | 5.85 | - |
| YUV | 136.92 | 76.13 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 45 | 0 | 0.47 | 0.79 | 0.16 | 24.71 | 0.68 | 0.51 |
| Hex | D7 | 73 | 2D | 0 | 2F | 4F | 10 | 19 | 44 | 33 |
| Octal | 327 | 163 | 55 | 0 | 57 | 117 | 20 | 31 | 104 | 63 |
| Binary | 11010111 | 1110011 | 101101 | 0 | 101111 | 1001111 | 10000 | 11001 | 1000100 | 110011 |
Color Harmonies of #D7732D
Complementary color
Monochromatic Colors of #D7732D
Black with #D7732D
Text Example
Text Example
White with #D7732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7732D; }
p { color: rgb(215,115,45); }
H1.HeaderClassName
{
color: #D7732D;
}
.AnyTagClassName
{
color: #D7732D;
}
</style>
background-color css
<style>
a { background-color: #D7732D; }
a { background-color: rgb(215,115,45); }
div.DivClassName
{
background-color: #D7732D;
}
.BgClassName
{
background-color: #D7732D;
}
</style>
border-color css
<style>
span { border-color: #D7732D; }
span { border-color: rgb(215,115,45); }
td.TdClassName
{
border-color: #D7732D;
}
.TagClassName
{
border-color: #D7732D;
}
</style>