Shades of Tahiti Gold #D6742D
Tints of Tahiti Gold #D6742D
RGB
CMYK
RGB Variations
Color information
#D6742D (or 0xD6742D) is known color: Tahiti Gold. HEX triplet: D6, 74 and 2D. RGB value is (214,116,45). Sum of RGB (Red+Green+Blue) = 214+116+45=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6742D is #298BD2. Grayscale: #898989. Windows color (decimal): -2722771 or 2979030. OLE color: 2979030.
HSL color Cylindrical-coordinate representation of color #D6742D: hue angle of 25.21º degrees, saturation: 0.67, 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 #D6742D is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 45 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.16 |
| HSL | 25.21º | 0.67% | 0.51% | - |
| HSV(B) | 25.21º | 0.79% | 0.84% | - |
| XYZ | 34.45 | 26.98 | 5.87 | - |
| YUV | 137.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 45 | 0 | 0.46 | 0.79 | 0.16 | 25.21 | 0.67 | 0.51 |
| Hex | D6 | 74 | 2D | 0 | 2E | 4F | 10 | 19 | 43 | 33 |
| Octal | 326 | 164 | 55 | 0 | 56 | 117 | 20 | 31 | 103 | 63 |
| Binary | 11010110 | 1110100 | 101101 | 0 | 101110 | 1001111 | 10000 | 11001 | 1000011 | 110011 |
Color Harmonies of #D6742D
Complementary color
Monochromatic Colors of #D6742D
Black with #D6742D
Text Example
Text Example
White with #D6742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6742D; }
p { color: rgb(214,116,45); }
H1.HeaderClassName
{
color: #D6742D;
}
.AnyTagClassName
{
color: #D6742D;
}
</style>
background-color css
<style>
a { background-color: #D6742D; }
a { background-color: rgb(214,116,45); }
div.DivClassName
{
background-color: #D6742D;
}
.BgClassName
{
background-color: #D6742D;
}
</style>
border-color css
<style>
span { border-color: #D6742D; }
span { border-color: rgb(214,116,45); }
td.TdClassName
{
border-color: #D6742D;
}
.TagClassName
{
border-color: #D6742D;
}
</style>