Shades of Tahiti Gold #DE781E
Tints of Tahiti Gold #DE781E
RGB
CMYK
RGB Variations
Color information
#DE781E (or 0xDE781E) is known color: Tahiti Gold. HEX triplet: DE, 78 and 1E. RGB value is (222,120,30). Sum of RGB (Red+Green+Blue) = 222+120+30=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE781E is #2187E1. Grayscale: #8C8C8C. Windows color (decimal): -2197474 or 1997022. OLE color: 1997022.
HSL color Cylindrical-coordinate representation of color #DE781E: hue angle of 28.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE781E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.13 |
| HSL | 28.13º | 0.76% | 0.49% | - |
| HSV(B) | 28.13º | 0.86% | 0.87% | - |
| XYZ | 37.08 | 29.06 | 4.88 | - |
| YUV | 140.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 30 | 0 | 0.46 | 0.86 | 0.13 | 28.13 | 0.76 | 0.49 |
| Hex | DE | 78 | 1E | 0 | 2E | 56 | D | 1C | 4C | 31 |
| Octal | 336 | 170 | 36 | 0 | 56 | 126 | 15 | 34 | 114 | 61 |
| Binary | 11011110 | 1111000 | 11110 | 0 | 101110 | 1010110 | 1101 | 11100 | 1001100 | 110001 |
Color Harmonies of #DE781E
Complementary color
Monochromatic Colors of #DE781E
Black with #DE781E
Text Example
Text Example
White with #DE781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE781E; }
p { color: rgb(222,120,30); }
H1.HeaderClassName
{
color: #DE781E;
}
.AnyTagClassName
{
color: #DE781E;
}
</style>
background-color css
<style>
a { background-color: #DE781E; }
a { background-color: rgb(222,120,30); }
div.DivClassName
{
background-color: #DE781E;
}
.BgClassName
{
background-color: #DE781E;
}
</style>
border-color css
<style>
span { border-color: #DE781E; }
span { border-color: rgb(222,120,30); }
td.TdClassName
{
border-color: #DE781E;
}
.TagClassName
{
border-color: #DE781E;
}
</style>