Shades of Tahiti Gold #D5782C
Tints of Tahiti Gold #D5782C
RGB
CMYK
RGB Variations
Color information
#D5782C (or 0xD5782C) is known color: Tahiti Gold. HEX triplet: D5, 78 and 2C. RGB value is (213,120,44). Sum of RGB (Red+Green+Blue) = 213+120+44=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5782C is #2A87D3. Grayscale: #8B8B8B. Windows color (decimal): -2787284 or 2914517. OLE color: 2914517.
HSL color Cylindrical-coordinate representation of color #D5782C: hue angle of 26.98º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5782C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 44 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.16 |
| HSL | 26.98º | 0.67% | 0.5% | - |
| HSV(B) | 26.98º | 0.79% | 0.84% | - |
| XYZ | 34.61 | 27.76 | 5.92 | - |
| YUV | 139.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 44 | 0 | 0.44 | 0.79 | 0.16 | 26.98 | 0.67 | 0.5 |
| Hex | D5 | 78 | 2C | 0 | 2C | 4F | 10 | 1B | 43 | 32 |
| Octal | 325 | 170 | 54 | 0 | 54 | 117 | 20 | 33 | 103 | 62 |
| Binary | 11010101 | 1111000 | 101100 | 0 | 101100 | 1001111 | 10000 | 11011 | 1000011 | 110010 |
Color Harmonies of #D5782C
Complementary color
Monochromatic Colors of #D5782C
Black with #D5782C
Text Example
Text Example
White with #D5782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5782C; }
p { color: rgb(213,120,44); }
H1.HeaderClassName
{
color: #D5782C;
}
.AnyTagClassName
{
color: #D5782C;
}
</style>
background-color css
<style>
a { background-color: #D5782C; }
a { background-color: rgb(213,120,44); }
div.DivClassName
{
background-color: #D5782C;
}
.BgClassName
{
background-color: #D5782C;
}
</style>
border-color css
<style>
span { border-color: #D5782C; }
span { border-color: rgb(213,120,44); }
td.TdClassName
{
border-color: #D5782C;
}
.TagClassName
{
border-color: #D5782C;
}
</style>