Shades of Tahiti Gold #DF7530
Tints of Tahiti Gold #DF7530
RGB
CMYK
RGB Variations
Color information
#DF7530 (or 0xDF7530) is known color: Tahiti Gold. HEX triplet: DF, 75 and 30. RGB value is (223,117,48). Sum of RGB (Red+Green+Blue) = 223+117+48=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7530 is #208ACF. Grayscale: #8D8D8D. Windows color (decimal): -2132688 or 3175903. OLE color: 3175903.
HSL color Cylindrical-coordinate representation of color #DF7530: hue angle of 23.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF7530 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 48 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.13 |
| HSL | 23.66º | 0.73% | 0.53% | - |
| HSV(B) | 23.66º | 0.78% | 0.87% | - |
| XYZ | 37.33 | 28.62 | 6.35 | - |
| YUV | 140.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 48 | 0 | 0.48 | 0.78 | 0.13 | 23.66 | 0.73 | 0.53 |
| Hex | DF | 75 | 30 | 0 | 30 | 4E | D | 18 | 49 | 35 |
| Octal | 337 | 165 | 60 | 0 | 60 | 116 | 15 | 30 | 111 | 65 |
| Binary | 11011111 | 1110101 | 110000 | 0 | 110000 | 1001110 | 1101 | 11000 | 1001001 | 110101 |
Color Harmonies of #DF7530
Complementary color
Monochromatic Colors of #DF7530
Black with #DF7530
Text Example
Text Example
White with #DF7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7530; }
p { color: rgb(223,117,48); }
H1.HeaderClassName
{
color: #DF7530;
}
.AnyTagClassName
{
color: #DF7530;
}
</style>
background-color css
<style>
a { background-color: #DF7530; }
a { background-color: rgb(223,117,48); }
div.DivClassName
{
background-color: #DF7530;
}
.BgClassName
{
background-color: #DF7530;
}
</style>
border-color css
<style>
span { border-color: #DF7530; }
span { border-color: rgb(223,117,48); }
td.TdClassName
{
border-color: #DF7530;
}
.TagClassName
{
border-color: #DF7530;
}
</style>