Shades of Tahiti Gold #DF7E27
Tints of Tahiti Gold #DF7E27
RGB
CMYK
RGB Variations
Color information
#DF7E27 (or 0xDF7E27) is known color: Tahiti Gold. HEX triplet: DF, 7E and 27. RGB value is (223,126,39). Sum of RGB (Red+Green+Blue) = 223+126+39=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7E27 is #2081D8. Grayscale: #919191. Windows color (decimal): -2130393 or 2588383. OLE color: 2588383.
HSL color Cylindrical-coordinate representation of color #DF7E27: hue angle of 28.37º 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 #DF7E27 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 39 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.13 |
| HSL | 28.37º | 0.74% | 0.51% | - |
| HSV(B) | 28.37º | 0.83% | 0.87% | - |
| XYZ | 38.26 | 30.76 | 5.84 | - |
| YUV | 145.09 | 68.14 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 39 | 0 | 0.43 | 0.83 | 0.13 | 28.37 | 0.74 | 0.51 |
| Hex | DF | 7E | 27 | 0 | 2B | 53 | D | 1C | 4A | 33 |
| Octal | 337 | 176 | 47 | 0 | 53 | 123 | 15 | 34 | 112 | 63 |
| Binary | 11011111 | 1111110 | 100111 | 0 | 101011 | 1010011 | 1101 | 11100 | 1001010 | 110011 |
Color Harmonies of #DF7E27
Complementary color
Monochromatic Colors of #DF7E27
Black with #DF7E27
Text Example
Text Example
White with #DF7E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E27; }
p { color: rgb(223,126,39); }
H1.HeaderClassName
{
color: #DF7E27;
}
.AnyTagClassName
{
color: #DF7E27;
}
</style>
background-color css
<style>
a { background-color: #DF7E27; }
a { background-color: rgb(223,126,39); }
div.DivClassName
{
background-color: #DF7E27;
}
.BgClassName
{
background-color: #DF7E27;
}
</style>
border-color css
<style>
span { border-color: #DF7E27; }
span { border-color: rgb(223,126,39); }
td.TdClassName
{
border-color: #DF7E27;
}
.TagClassName
{
border-color: #DF7E27;
}
</style>