Shades of Tahiti Gold #DF7132
Tints of Tahiti Gold #DF7132
RGB
CMYK
RGB Variations
Color information
#DF7132 (or 0xDF7132) is known color: Tahiti Gold. HEX triplet: DF, 71 and 32. RGB value is (223,113,50). Sum of RGB (Red+Green+Blue) = 223+113+50=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7132 is #208ECD. Grayscale: #8B8B8B. Windows color (decimal): -2133710 or 3305951. OLE color: 3305951.
HSL color Cylindrical-coordinate representation of color #DF7132: hue angle of 21.85º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF7132 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 50 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.13 |
| HSL | 21.85º | 0.73% | 0.54% | - |
| HSV(B) | 21.85º | 0.78% | 0.87% | - |
| XYZ | 36.91 | 27.73 | 6.42 | - |
| YUV | 138.71 | 77.94 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 50 | 0 | 0.49 | 0.78 | 0.13 | 21.85 | 0.73 | 0.54 |
| Hex | DF | 71 | 32 | 0 | 31 | 4E | D | 16 | 49 | 36 |
| Octal | 337 | 161 | 62 | 0 | 61 | 116 | 15 | 26 | 111 | 66 |
| Binary | 11011111 | 1110001 | 110010 | 0 | 110001 | 1001110 | 1101 | 10110 | 1001001 | 110110 |
Color Harmonies of #DF7132
Complementary color
Monochromatic Colors of #DF7132
Black with #DF7132
Text Example
Text Example
White with #DF7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7132; }
p { color: rgb(223,113,50); }
H1.HeaderClassName
{
color: #DF7132;
}
.AnyTagClassName
{
color: #DF7132;
}
</style>
background-color css
<style>
a { background-color: #DF7132; }
a { background-color: rgb(223,113,50); }
div.DivClassName
{
background-color: #DF7132;
}
.BgClassName
{
background-color: #DF7132;
}
</style>
border-color css
<style>
span { border-color: #DF7132; }
span { border-color: rgb(223,113,50); }
td.TdClassName
{
border-color: #DF7132;
}
.TagClassName
{
border-color: #DF7132;
}
</style>