Shades of Tahiti Gold #DF7233
Tints of Tahiti Gold #DF7233
RGB
CMYK
RGB Variations
Color information
#DF7233 (or 0xDF7233) is known color: Tahiti Gold. HEX triplet: DF, 72 and 33. RGB value is (223,114,51). Sum of RGB (Red+Green+Blue) = 223+114+51=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7233 is #208DCC. Grayscale: #8B8B8B. Windows color (decimal): -2133453 or 3371743. OLE color: 3371743.
HSL color Cylindrical-coordinate representation of color #DF7233: hue angle of 21.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF7233 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 51 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.13 |
| HSL | 21.98º | 0.73% | 0.54% | - |
| HSV(B) | 21.98º | 0.77% | 0.87% | - |
| XYZ | 37.05 | 27.96 | 6.58 | - |
| YUV | 139.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 51 | 0 | 0.49 | 0.77 | 0.13 | 21.98 | 0.73 | 0.54 |
| Hex | DF | 72 | 33 | 0 | 31 | 4D | D | 16 | 49 | 36 |
| Octal | 337 | 162 | 63 | 0 | 61 | 115 | 15 | 26 | 111 | 66 |
| Binary | 11011111 | 1110010 | 110011 | 0 | 110001 | 1001101 | 1101 | 10110 | 1001001 | 110110 |
Color Harmonies of #DF7233
Complementary color
Monochromatic Colors of #DF7233
Black with #DF7233
Text Example
Text Example
White with #DF7233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7233; }
p { color: rgb(223,114,51); }
H1.HeaderClassName
{
color: #DF7233;
}
.AnyTagClassName
{
color: #DF7233;
}
</style>
background-color css
<style>
a { background-color: #DF7233; }
a { background-color: rgb(223,114,51); }
div.DivClassName
{
background-color: #DF7233;
}
.BgClassName
{
background-color: #DF7233;
}
</style>
border-color css
<style>
span { border-color: #DF7233; }
span { border-color: rgb(223,114,51); }
td.TdClassName
{
border-color: #DF7233;
}
.TagClassName
{
border-color: #DF7233;
}
</style>