Shades of Tahiti Gold #DF7532
Tints of Tahiti Gold #DF7532
RGB
CMYK
RGB Variations
Color information
#DF7532 (or 0xDF7532) is known color: Tahiti Gold. HEX triplet: DF, 75 and 32. RGB value is (223,117,50). Sum of RGB (Red+Green+Blue) = 223+117+50=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7532 is #208ACD. Grayscale: #8D8D8D. Windows color (decimal): -2132686 or 3306975. OLE color: 3306975.
HSL color Cylindrical-coordinate representation of color #DF7532: hue angle of 23.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF7532 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 50 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.13 |
| HSL | 23.24º | 0.73% | 0.54% | - |
| HSV(B) | 23.24º | 0.78% | 0.87% | - |
| XYZ | 37.37 | 28.64 | 6.58 | - |
| YUV | 141.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 50 | 0 | 0.48 | 0.78 | 0.13 | 23.24 | 0.73 | 0.54 |
| Hex | DF | 75 | 32 | 0 | 30 | 4E | D | 17 | 49 | 36 |
| Octal | 337 | 165 | 62 | 0 | 60 | 116 | 15 | 27 | 111 | 66 |
| Binary | 11011111 | 1110101 | 110010 | 0 | 110000 | 1001110 | 1101 | 10111 | 1001001 | 110110 |
Color Harmonies of #DF7532
Complementary color
Monochromatic Colors of #DF7532
Black with #DF7532
Text Example
Text Example
White with #DF7532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7532; }
p { color: rgb(223,117,50); }
H1.HeaderClassName
{
color: #DF7532;
}
.AnyTagClassName
{
color: #DF7532;
}
</style>
background-color css
<style>
a { background-color: #DF7532; }
a { background-color: rgb(223,117,50); }
div.DivClassName
{
background-color: #DF7532;
}
.BgClassName
{
background-color: #DF7532;
}
</style>
border-color css
<style>
span { border-color: #DF7532; }
span { border-color: rgb(223,117,50); }
td.TdClassName
{
border-color: #DF7532;
}
.TagClassName
{
border-color: #DF7532;
}
</style>