Shades of Tahiti Gold #D6732A
Tints of Tahiti Gold #D6732A
RGB
CMYK
RGB Variations
Color information
#D6732A (or 0xD6732A) is known color: Tahiti Gold. HEX triplet: D6, 73 and 2A. RGB value is (214,115,42). Sum of RGB (Red+Green+Blue) = 214+115+42=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6732A is #298CD5. Grayscale: #888888. Windows color (decimal): -2723030 or 2782166. OLE color: 2782166.
HSL color Cylindrical-coordinate representation of color #D6732A: hue angle of 25.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6732A is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 42 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.16 |
| HSL | 25.47º | 0.68% | 0.5% | - |
| HSV(B) | 25.47º | 0.8% | 0.84% | - |
| XYZ | 34.28 | 26.72 | 5.54 | - |
| YUV | 136.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 42 | 0 | 0.46 | 0.80 | 0.16 | 25.47 | 0.68 | 0.5 |
| Hex | D6 | 73 | 2A | 0 | 2E | 50 | 10 | 19 | 44 | 32 |
| Octal | 326 | 163 | 52 | 0 | 56 | 120 | 20 | 31 | 104 | 62 |
| Binary | 11010110 | 1110011 | 101010 | 0 | 101110 | 1010000 | 10000 | 11001 | 1000100 | 110010 |
Color Harmonies of #D6732A
Complementary color
Monochromatic Colors of #D6732A
Black with #D6732A
Text Example
Text Example
White with #D6732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6732A; }
p { color: rgb(214,115,42); }
H1.HeaderClassName
{
color: #D6732A;
}
.AnyTagClassName
{
color: #D6732A;
}
</style>
background-color css
<style>
a { background-color: #D6732A; }
a { background-color: rgb(214,115,42); }
div.DivClassName
{
background-color: #D6732A;
}
.BgClassName
{
background-color: #D6732A;
}
</style>
border-color css
<style>
span { border-color: #D6732A; }
span { border-color: rgb(214,115,42); }
td.TdClassName
{
border-color: #D6732A;
}
.TagClassName
{
border-color: #D6732A;
}
</style>