Shades of Tahiti Gold #DF7127
Tints of Tahiti Gold #DF7127
RGB
CMYK
RGB Variations
Color information
#DF7127 (or 0xDF7127) is known color: Tahiti Gold. HEX triplet: DF, 71 and 27. RGB value is (223,113,39). Sum of RGB (Red+Green+Blue) = 223+113+39=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7127 is #208ED8. Grayscale: #898989. Windows color (decimal): -2133721 or 2585055. OLE color: 2585055.
HSL color Cylindrical-coordinate representation of color #DF7127: hue angle of 24.13º 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 #DF7127 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 39 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.13 |
| HSL | 24.13º | 0.74% | 0.51% | - |
| HSV(B) | 24.13º | 0.83% | 0.87% | - |
| XYZ | 36.7 | 27.64 | 5.32 | - |
| YUV | 137.45 | 72.44 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 39 | 0 | 0.49 | 0.83 | 0.13 | 24.13 | 0.74 | 0.51 |
| Hex | DF | 71 | 27 | 0 | 31 | 53 | D | 18 | 4A | 33 |
| Octal | 337 | 161 | 47 | 0 | 61 | 123 | 15 | 30 | 112 | 63 |
| Binary | 11011111 | 1110001 | 100111 | 0 | 110001 | 1010011 | 1101 | 11000 | 1001010 | 110011 |
Color Harmonies of #DF7127
Complementary color
Monochromatic Colors of #DF7127
Black with #DF7127
Text Example
Text Example
White with #DF7127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7127; }
p { color: rgb(223,113,39); }
H1.HeaderClassName
{
color: #DF7127;
}
.AnyTagClassName
{
color: #DF7127;
}
</style>
background-color css
<style>
a { background-color: #DF7127; }
a { background-color: rgb(223,113,39); }
div.DivClassName
{
background-color: #DF7127;
}
.BgClassName
{
background-color: #DF7127;
}
</style>
border-color css
<style>
span { border-color: #DF7127; }
span { border-color: rgb(223,113,39); }
td.TdClassName
{
border-color: #DF7127;
}
.TagClassName
{
border-color: #DF7127;
}
</style>