Shades of Tahiti Gold #D4782C
Tints of Tahiti Gold #D4782C
RGB
CMYK
RGB Variations
Color information
#D4782C (or 0xD4782C) is known color: Tahiti Gold. HEX triplet: D4, 78 and 2C. RGB value is (212,120,44). Sum of RGB (Red+Green+Blue) = 212+120+44=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4782C is #2B87D3. Grayscale: #8B8B8B. Windows color (decimal): -2852820 or 2914516. OLE color: 2914516.
HSL color Cylindrical-coordinate representation of color #D4782C: hue angle of 27.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4782C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 44 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.17 |
| HSL | 27.14º | 0.66% | 0.5% | - |
| HSV(B) | 27.14º | 0.79% | 0.83% | - |
| XYZ | 34.32 | 27.61 | 5.9 | - |
| YUV | 138.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 44 | 0 | 0.43 | 0.79 | 0.17 | 27.14 | 0.66 | 0.5 |
| Hex | D4 | 78 | 2C | 0 | 2B | 4F | 11 | 1B | 42 | 32 |
| Octal | 324 | 170 | 54 | 0 | 53 | 117 | 21 | 33 | 102 | 62 |
| Binary | 11010100 | 1111000 | 101100 | 0 | 101011 | 1001111 | 10001 | 11011 | 1000010 | 110010 |
Color Harmonies of #D4782C
Complementary color
Monochromatic Colors of #D4782C
Black with #D4782C
Text Example
Text Example
White with #D4782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4782C; }
p { color: rgb(212,120,44); }
H1.HeaderClassName
{
color: #D4782C;
}
.AnyTagClassName
{
color: #D4782C;
}
</style>
background-color css
<style>
a { background-color: #D4782C; }
a { background-color: rgb(212,120,44); }
div.DivClassName
{
background-color: #D4782C;
}
.BgClassName
{
background-color: #D4782C;
}
</style>
border-color css
<style>
span { border-color: #D4782C; }
span { border-color: rgb(212,120,44); }
td.TdClassName
{
border-color: #D4782C;
}
.TagClassName
{
border-color: #D4782C;
}
</style>