Shades of Tahiti Gold #DF7D24
Tints of Tahiti Gold #DF7D24
RGB
CMYK
RGB Variations
Color information
#DF7D24 (or 0xDF7D24) is known color: Tahiti Gold. HEX triplet: DF, 7D and 24. RGB value is (223,125,36). Sum of RGB (Red+Green+Blue) = 223+125+36=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7D24 is #2082DB. Grayscale: #909090. Windows color (decimal): -2130652 or 2391519. OLE color: 2391519.
HSL color Cylindrical-coordinate representation of color #DF7D24: hue angle of 28.56º 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 #DF7D24 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 36 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.13 |
| HSL | 28.56º | 0.75% | 0.51% | - |
| HSV(B) | 28.56º | 0.84% | 0.87% | - |
| XYZ | 38.08 | 30.48 | 5.55 | - |
| YUV | 144.16 | 66.97 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 36 | 0 | 0.44 | 0.84 | 0.13 | 28.56 | 0.75 | 0.51 |
| Hex | DF | 7D | 24 | 0 | 2C | 54 | D | 1D | 4B | 33 |
| Octal | 337 | 175 | 44 | 0 | 54 | 124 | 15 | 35 | 113 | 63 |
| Binary | 11011111 | 1111101 | 100100 | 0 | 101100 | 1010100 | 1101 | 11101 | 1001011 | 110011 |
Color Harmonies of #DF7D24
Complementary color
Monochromatic Colors of #DF7D24
Black with #DF7D24
Text Example
Text Example
White with #DF7D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D24; }
p { color: rgb(223,125,36); }
H1.HeaderClassName
{
color: #DF7D24;
}
.AnyTagClassName
{
color: #DF7D24;
}
</style>
background-color css
<style>
a { background-color: #DF7D24; }
a { background-color: rgb(223,125,36); }
div.DivClassName
{
background-color: #DF7D24;
}
.BgClassName
{
background-color: #DF7D24;
}
</style>
border-color css
<style>
span { border-color: #DF7D24; }
span { border-color: rgb(223,125,36); }
td.TdClassName
{
border-color: #DF7D24;
}
.TagClassName
{
border-color: #DF7D24;
}
</style>