Shades of Tahiti Gold #DF7523
Tints of Tahiti Gold #DF7523
RGB
CMYK
RGB Variations
Color information
#DF7523 (or 0xDF7523) is known color: Tahiti Gold. HEX triplet: DF, 75 and 23. RGB value is (223,117,35). Sum of RGB (Red+Green+Blue) = 223+117+35=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7523 is #208ADC. Grayscale: #8B8B8B. Windows color (decimal): -2132701 or 2323935. OLE color: 2323935.
HSL color Cylindrical-coordinate representation of color #DF7523: hue angle of 26.17º 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 #DF7523 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 35 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.13 |
| HSL | 26.17º | 0.75% | 0.51% | - |
| HSV(B) | 26.17º | 0.84% | 0.87% | - |
| XYZ | 37.1 | 28.53 | 5.14 | - |
| YUV | 139.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 35 | 0 | 0.48 | 0.84 | 0.13 | 26.17 | 0.75 | 0.51 |
| Hex | DF | 75 | 23 | 0 | 30 | 54 | D | 1A | 4B | 33 |
| Octal | 337 | 165 | 43 | 0 | 60 | 124 | 15 | 32 | 113 | 63 |
| Binary | 11011111 | 1110101 | 100011 | 0 | 110000 | 1010100 | 1101 | 11010 | 1001011 | 110011 |
Color Harmonies of #DF7523
Complementary color
Monochromatic Colors of #DF7523
Black with #DF7523
Text Example
Text Example
White with #DF7523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7523; }
p { color: rgb(223,117,35); }
H1.HeaderClassName
{
color: #DF7523;
}
.AnyTagClassName
{
color: #DF7523;
}
</style>
background-color css
<style>
a { background-color: #DF7523; }
a { background-color: rgb(223,117,35); }
div.DivClassName
{
background-color: #DF7523;
}
.BgClassName
{
background-color: #DF7523;
}
</style>
border-color css
<style>
span { border-color: #DF7523; }
span { border-color: rgb(223,117,35); }
td.TdClassName
{
border-color: #DF7523;
}
.TagClassName
{
border-color: #DF7523;
}
</style>