Shades of Tahiti Gold #D6792C
Tints of Tahiti Gold #D6792C
RGB
CMYK
RGB Variations
Color information
#D6792C (or 0xD6792C) is known color: Tahiti Gold. HEX triplet: D6, 79 and 2C. RGB value is (214,121,44). Sum of RGB (Red+Green+Blue) = 214+121+44=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6792C is #2986D3. Grayscale: #8C8C8C. Windows color (decimal): -2721492 or 2914774. OLE color: 2914774.
HSL color Cylindrical-coordinate representation of color #D6792C: hue angle of 27.18º 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 #D6792C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 44 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.16 |
| HSL | 27.18º | 0.67% | 0.51% | - |
| HSV(B) | 27.18º | 0.79% | 0.84% | - |
| XYZ | 35.02 | 28.15 | 5.97 | - |
| YUV | 140.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 44 | 0 | 0.43 | 0.79 | 0.16 | 27.18 | 0.67 | 0.51 |
| Hex | D6 | 79 | 2C | 0 | 2B | 4F | 10 | 1B | 43 | 33 |
| Octal | 326 | 171 | 54 | 0 | 53 | 117 | 20 | 33 | 103 | 63 |
| Binary | 11010110 | 1111001 | 101100 | 0 | 101011 | 1001111 | 10000 | 11011 | 1000011 | 110011 |
Color Harmonies of #D6792C
Complementary color
Monochromatic Colors of #D6792C
Black with #D6792C
Text Example
Text Example
White with #D6792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6792C; }
p { color: rgb(214,121,44); }
H1.HeaderClassName
{
color: #D6792C;
}
.AnyTagClassName
{
color: #D6792C;
}
</style>
background-color css
<style>
a { background-color: #D6792C; }
a { background-color: rgb(214,121,44); }
div.DivClassName
{
background-color: #D6792C;
}
.BgClassName
{
background-color: #D6792C;
}
</style>
border-color css
<style>
span { border-color: #D6792C; }
span { border-color: rgb(214,121,44); }
td.TdClassName
{
border-color: #D6792C;
}
.TagClassName
{
border-color: #D6792C;
}
</style>