Shades of Tahiti Gold #DF731D
Tints of Tahiti Gold #DF731D
RGB
CMYK
RGB Variations
Color information
#DF731D (or 0xDF731D) is known color: Tahiti Gold. HEX triplet: DF, 73 and 1D. RGB value is (223,115,29). Sum of RGB (Red+Green+Blue) = 223+115+29=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF731D is #208CE2. Grayscale: #898989. Windows color (decimal): -2133219 or 1930207. OLE color: 1930207.
HSL color Cylindrical-coordinate representation of color #DF731D: hue angle of 26.6º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF731D is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 29 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.13 |
| HSL | 26.6º | 0.77% | 0.49% | - |
| HSV(B) | 26.6º | 0.87% | 0.87% | - |
| XYZ | 36.78 | 28.04 | 4.64 | - |
| YUV | 137.49 | 66.78 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 29 | 0 | 0.48 | 0.87 | 0.13 | 26.6 | 0.77 | 0.49 |
| Hex | DF | 73 | 1D | 0 | 30 | 57 | D | 1B | 4D | 31 |
| Octal | 337 | 163 | 35 | 0 | 60 | 127 | 15 | 33 | 115 | 61 |
| Binary | 11011111 | 1110011 | 11101 | 0 | 110000 | 1010111 | 1101 | 11011 | 1001101 | 110001 |
Color Harmonies of #DF731D
Complementary color
Monochromatic Colors of #DF731D
Black with #DF731D
Text Example
Text Example
White with #DF731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF731D; }
p { color: rgb(223,115,29); }
H1.HeaderClassName
{
color: #DF731D;
}
.AnyTagClassName
{
color: #DF731D;
}
</style>
background-color css
<style>
a { background-color: #DF731D; }
a { background-color: rgb(223,115,29); }
div.DivClassName
{
background-color: #DF731D;
}
.BgClassName
{
background-color: #DF731D;
}
</style>
border-color css
<style>
span { border-color: #DF731D; }
span { border-color: rgb(223,115,29); }
td.TdClassName
{
border-color: #DF731D;
}
.TagClassName
{
border-color: #DF731D;
}
</style>