Shades of Tahiti Gold #D6742C
Tints of Tahiti Gold #D6742C
RGB
CMYK
RGB Variations
Color information
#D6742C (or 0xD6742C) is known color: Tahiti Gold. HEX triplet: D6, 74 and 2C. RGB value is (214,116,44). Sum of RGB (Red+Green+Blue) = 214+116+44=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6742C is #298BD3. Grayscale: #898989. Windows color (decimal): -2722772 or 2913494. OLE color: 2913494.
HSL color Cylindrical-coordinate representation of color #D6742C: hue angle of 25.41º 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 #D6742C is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 44 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.16 |
| HSL | 25.41º | 0.67% | 0.51% | - |
| HSV(B) | 25.41º | 0.79% | 0.84% | - |
| XYZ | 34.43 | 26.97 | 5.77 | - |
| YUV | 137.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 44 | 0 | 0.46 | 0.79 | 0.16 | 25.41 | 0.67 | 0.51 |
| Hex | D6 | 74 | 2C | 0 | 2E | 4F | 10 | 19 | 43 | 33 |
| Octal | 326 | 164 | 54 | 0 | 56 | 117 | 20 | 31 | 103 | 63 |
| Binary | 11010110 | 1110100 | 101100 | 0 | 101110 | 1001111 | 10000 | 11001 | 1000011 | 110011 |
Color Harmonies of #D6742C
Complementary color
Monochromatic Colors of #D6742C
Black with #D6742C
Text Example
Text Example
White with #D6742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6742C; }
p { color: rgb(214,116,44); }
H1.HeaderClassName
{
color: #D6742C;
}
.AnyTagClassName
{
color: #D6742C;
}
</style>
background-color css
<style>
a { background-color: #D6742C; }
a { background-color: rgb(214,116,44); }
div.DivClassName
{
background-color: #D6742C;
}
.BgClassName
{
background-color: #D6742C;
}
</style>
border-color css
<style>
span { border-color: #D6742C; }
span { border-color: rgb(214,116,44); }
td.TdClassName
{
border-color: #D6742C;
}
.TagClassName
{
border-color: #D6742C;
}
</style>