Shades of Tahiti Gold #DE6726
Tints of Tahiti Gold #DE6726
RGB
CMYK
RGB Variations
Color information
#DE6726 (or 0xDE6726) is known color: Tahiti Gold. HEX triplet: DE, 67 and 26. RGB value is (222,103,38). Sum of RGB (Red+Green+Blue) = 222+103+38=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6726 is #2198D9. Grayscale: #838383. Windows color (decimal): -2201818 or 2516958. OLE color: 2516958.
HSL color Cylindrical-coordinate representation of color #DE6726: hue angle of 21.2º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE6726 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 38 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.13 |
| HSL | 21.2º | 0.74% | 0.51% | - |
| HSV(B) | 21.2º | 0.83% | 0.87% | - |
| XYZ | 35.32 | 25.37 | 4.87 | - |
| YUV | 131.17 | 75.42 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 38 | 0 | 0.54 | 0.83 | 0.13 | 21.2 | 0.74 | 0.51 |
| Hex | DE | 67 | 26 | 0 | 36 | 53 | D | 15 | 4A | 33 |
| Octal | 336 | 147 | 46 | 0 | 66 | 123 | 15 | 25 | 112 | 63 |
| Binary | 11011110 | 1100111 | 100110 | 0 | 110110 | 1010011 | 1101 | 10101 | 1001010 | 110011 |
Color Harmonies of #DE6726
Complementary color
Monochromatic Colors of #DE6726
Black with #DE6726
Text Example
Text Example
White with #DE6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6726; }
p { color: rgb(222,103,38); }
H1.HeaderClassName
{
color: #DE6726;
}
.AnyTagClassName
{
color: #DE6726;
}
</style>
background-color css
<style>
a { background-color: #DE6726; }
a { background-color: rgb(222,103,38); }
div.DivClassName
{
background-color: #DE6726;
}
.BgClassName
{
background-color: #DE6726;
}
</style>
border-color css
<style>
span { border-color: #DE6726; }
span { border-color: rgb(222,103,38); }
td.TdClassName
{
border-color: #DE6726;
}
.TagClassName
{
border-color: #DE6726;
}
</style>