Shades of Tahiti Gold #DF782E
Tints of Tahiti Gold #DF782E
RGB
CMYK
RGB Variations
Color information
#DF782E (or 0xDF782E) is known color: Tahiti Gold. HEX triplet: DF, 78 and 2E. RGB value is (223,120,46). Sum of RGB (Red+Green+Blue) = 223+120+46=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF782E is #2087D1. Grayscale: #8E8E8E. Windows color (decimal): -2131922 or 3045599. OLE color: 3045599.
HSL color Cylindrical-coordinate representation of color #DF782E: hue angle of 25.08º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF782E is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 46 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.13 |
| HSL | 25.08º | 0.73% | 0.53% | - |
| HSV(B) | 25.08º | 0.79% | 0.87% | - |
| XYZ | 37.64 | 29.32 | 6.26 | - |
| YUV | 142.36 | 73.62 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 46 | 0 | 0.46 | 0.79 | 0.13 | 25.08 | 0.73 | 0.53 |
| Hex | DF | 78 | 2E | 0 | 2E | 4F | D | 19 | 49 | 35 |
| Octal | 337 | 170 | 56 | 0 | 56 | 117 | 15 | 31 | 111 | 65 |
| Binary | 11011111 | 1111000 | 101110 | 0 | 101110 | 1001111 | 1101 | 11001 | 1001001 | 110101 |
Color Harmonies of #DF782E
Complementary color
Monochromatic Colors of #DF782E
Black with #DF782E
Text Example
Text Example
White with #DF782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF782E; }
p { color: rgb(223,120,46); }
H1.HeaderClassName
{
color: #DF782E;
}
.AnyTagClassName
{
color: #DF782E;
}
</style>
background-color css
<style>
a { background-color: #DF782E; }
a { background-color: rgb(223,120,46); }
div.DivClassName
{
background-color: #DF782E;
}
.BgClassName
{
background-color: #DF782E;
}
</style>
border-color css
<style>
span { border-color: #DF782E; }
span { border-color: rgb(223,120,46); }
td.TdClassName
{
border-color: #DF782E;
}
.TagClassName
{
border-color: #DF782E;
}
</style>