Shades of Tahiti Gold #D9732F
Tints of Tahiti Gold #D9732F
RGB
CMYK
RGB Variations
Color information
#D9732F (or 0xD9732F) is known color: Tahiti Gold. HEX triplet: D9, 73 and 2F. RGB value is (217,115,47). Sum of RGB (Red+Green+Blue) = 217+115+47=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9732F is #268CD0. Grayscale: #8A8A8A. Windows color (decimal): -2526417 or 3109849. OLE color: 3109849.
HSL color Cylindrical-coordinate representation of color #D9732F: hue angle of 24º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9732F is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 47 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.15 |
| HSL | 24º | 0.69% | 0.52% | - |
| HSV(B) | 24º | 0.78% | 0.85% | - |
| XYZ | 35.26 | 27.22 | 6.08 | - |
| YUV | 137.75 | 76.79 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 47 | 0 | 0.47 | 0.78 | 0.15 | 24 | 0.69 | 0.52 |
| Hex | D9 | 73 | 2F | 0 | 2F | 4E | F | 18 | 45 | 34 |
| Octal | 331 | 163 | 57 | 0 | 57 | 116 | 17 | 30 | 105 | 64 |
| Binary | 11011001 | 1110011 | 101111 | 0 | 101111 | 1001110 | 1111 | 11000 | 1000101 | 110100 |
Color Harmonies of #D9732F
Complementary color
Monochromatic Colors of #D9732F
Black with #D9732F
Text Example
Text Example
White with #D9732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9732F; }
p { color: rgb(217,115,47); }
H1.HeaderClassName
{
color: #D9732F;
}
.AnyTagClassName
{
color: #D9732F;
}
</style>
background-color css
<style>
a { background-color: #D9732F; }
a { background-color: rgb(217,115,47); }
div.DivClassName
{
background-color: #D9732F;
}
.BgClassName
{
background-color: #D9732F;
}
</style>
border-color css
<style>
span { border-color: #D9732F; }
span { border-color: rgb(217,115,47); }
td.TdClassName
{
border-color: #D9732F;
}
.TagClassName
{
border-color: #D9732F;
}
</style>