Shades of Tahiti Gold #DF7D29
Tints of Tahiti Gold #DF7D29
RGB
CMYK
RGB Variations
Color information
#DF7D29 (or 0xDF7D29) is known color: Tahiti Gold. HEX triplet: DF, 7D and 29. RGB value is (223,125,41). Sum of RGB (Red+Green+Blue) = 223+125+41=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7D29 is #2082D6. Grayscale: #919191. Windows color (decimal): -2130647 or 2719199. OLE color: 2719199.
HSL color Cylindrical-coordinate representation of color #DF7D29: hue angle of 27.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF7D29 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 41 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.13 |
| HSL | 27.69º | 0.74% | 0.52% | - |
| HSV(B) | 27.69º | 0.82% | 0.87% | - |
| XYZ | 38.17 | 30.52 | 5.98 | - |
| YUV | 144.73 | 69.47 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 41 | 0 | 0.44 | 0.82 | 0.13 | 27.69 | 0.74 | 0.52 |
| Hex | DF | 7D | 29 | 0 | 2C | 52 | D | 1C | 4A | 34 |
| Octal | 337 | 175 | 51 | 0 | 54 | 122 | 15 | 34 | 112 | 64 |
| Binary | 11011111 | 1111101 | 101001 | 0 | 101100 | 1010010 | 1101 | 11100 | 1001010 | 110100 |
Color Harmonies of #DF7D29
Complementary color
Monochromatic Colors of #DF7D29
Black with #DF7D29
Text Example
Text Example
White with #DF7D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D29; }
p { color: rgb(223,125,41); }
H1.HeaderClassName
{
color: #DF7D29;
}
.AnyTagClassName
{
color: #DF7D29;
}
</style>
background-color css
<style>
a { background-color: #DF7D29; }
a { background-color: rgb(223,125,41); }
div.DivClassName
{
background-color: #DF7D29;
}
.BgClassName
{
background-color: #DF7D29;
}
</style>
border-color css
<style>
span { border-color: #DF7D29; }
span { border-color: rgb(223,125,41); }
td.TdClassName
{
border-color: #DF7D29;
}
.TagClassName
{
border-color: #DF7D29;
}
</style>