Shades of Tahiti Gold #DF7C23
Tints of Tahiti Gold #DF7C23
RGB
CMYK
RGB Variations
Color information
#DF7C23 (or 0xDF7C23) is known color: Tahiti Gold. HEX triplet: DF, 7C and 23. RGB value is (223,124,35). Sum of RGB (Red+Green+Blue) = 223+124+35=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7C23 is #2083DC. Grayscale: #8F8F8F. Windows color (decimal): -2130909 or 2325727. OLE color: 2325727.
HSL color Cylindrical-coordinate representation of color #DF7C23: hue angle of 28.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF7C23 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 35 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.13 |
| HSL | 28.4º | 0.75% | 0.51% | - |
| HSV(B) | 28.4º | 0.84% | 0.87% | - |
| XYZ | 37.94 | 30.22 | 5.42 | - |
| YUV | 143.46 | 66.8 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 35 | 0 | 0.44 | 0.84 | 0.13 | 28.4 | 0.75 | 0.51 |
| Hex | DF | 7C | 23 | 0 | 2C | 54 | D | 1C | 4B | 33 |
| Octal | 337 | 174 | 43 | 0 | 54 | 124 | 15 | 34 | 113 | 63 |
| Binary | 11011111 | 1111100 | 100011 | 0 | 101100 | 1010100 | 1101 | 11100 | 1001011 | 110011 |
Color Harmonies of #DF7C23
Complementary color
Monochromatic Colors of #DF7C23
Black with #DF7C23
Text Example
Text Example
White with #DF7C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C23; }
p { color: rgb(223,124,35); }
H1.HeaderClassName
{
color: #DF7C23;
}
.AnyTagClassName
{
color: #DF7C23;
}
</style>
background-color css
<style>
a { background-color: #DF7C23; }
a { background-color: rgb(223,124,35); }
div.DivClassName
{
background-color: #DF7C23;
}
.BgClassName
{
background-color: #DF7C23;
}
</style>
border-color css
<style>
span { border-color: #DF7C23; }
span { border-color: rgb(223,124,35); }
td.TdClassName
{
border-color: #DF7C23;
}
.TagClassName
{
border-color: #DF7C23;
}
</style>