Shades of Tahiti Gold #DE7323
Tints of Tahiti Gold #DE7323
RGB
CMYK
RGB Variations
Color information
#DE7323 (or 0xDE7323) is known color: Tahiti Gold. HEX triplet: DE, 73 and 23. RGB value is (222,115,35). Sum of RGB (Red+Green+Blue) = 222+115+35=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7323 is #218CDC. Grayscale: #8A8A8A. Windows color (decimal): -2198749 or 2323422. OLE color: 2323422.
HSL color Cylindrical-coordinate representation of color #DE7323: hue angle of 25.67º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE7323 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 115 | 35 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.13 |
| HSL | 25.67º | 0.74% | 0.5% | - |
| HSV(B) | 25.67º | 0.84% | 0.87% | - |
| XYZ | 36.56 | 27.91 | 5.05 | - |
| YUV | 137.87 | 69.95 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 115 | 35 | 0 | 0.48 | 0.84 | 0.13 | 25.67 | 0.74 | 0.5 |
| Hex | DE | 73 | 23 | 0 | 30 | 54 | D | 1A | 4A | 32 |
| Octal | 336 | 163 | 43 | 0 | 60 | 124 | 15 | 32 | 112 | 62 |
| Binary | 11011110 | 1110011 | 100011 | 0 | 110000 | 1010100 | 1101 | 11010 | 1001010 | 110010 |
Color Harmonies of #DE7323
Complementary color
Monochromatic Colors of #DE7323
Black with #DE7323
Text Example
Text Example
White with #DE7323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7323; }
p { color: rgb(222,115,35); }
H1.HeaderClassName
{
color: #DE7323;
}
.AnyTagClassName
{
color: #DE7323;
}
</style>
background-color css
<style>
a { background-color: #DE7323; }
a { background-color: rgb(222,115,35); }
div.DivClassName
{
background-color: #DE7323;
}
.BgClassName
{
background-color: #DE7323;
}
</style>
border-color css
<style>
span { border-color: #DE7323; }
span { border-color: rgb(222,115,35); }
td.TdClassName
{
border-color: #DE7323;
}
.TagClassName
{
border-color: #DE7323;
}
</style>