Shades of Tahiti Gold #DF721D
Tints of Tahiti Gold #DF721D
RGB
CMYK
RGB Variations
Color information
#DF721D (or 0xDF721D) is known color: Tahiti Gold. HEX triplet: DF, 72 and 1D. RGB value is (223,114,29). Sum of RGB (Red+Green+Blue) = 223+114+29=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF721D is #208DE2. Grayscale: #898989. Windows color (decimal): -2133475 or 1929951. OLE color: 1929951.
HSL color Cylindrical-coordinate representation of color #DF721D: hue angle of 26.29º 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 #DF721D is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 29 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.13 |
| HSL | 26.29º | 0.77% | 0.49% | - |
| HSV(B) | 26.29º | 0.87% | 0.87% | - |
| XYZ | 36.67 | 27.81 | 4.6 | - |
| YUV | 136.9 | 67.11 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 29 | 0 | 0.49 | 0.87 | 0.13 | 26.29 | 0.77 | 0.49 |
| Hex | DF | 72 | 1D | 0 | 31 | 57 | D | 1A | 4D | 31 |
| Octal | 337 | 162 | 35 | 0 | 61 | 127 | 15 | 32 | 115 | 61 |
| Binary | 11011111 | 1110010 | 11101 | 0 | 110001 | 1010111 | 1101 | 11010 | 1001101 | 110001 |
Color Harmonies of #DF721D
Complementary color
Monochromatic Colors of #DF721D
Black with #DF721D
Text Example
Text Example
White with #DF721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF721D; }
p { color: rgb(223,114,29); }
H1.HeaderClassName
{
color: #DF721D;
}
.AnyTagClassName
{
color: #DF721D;
}
</style>
background-color css
<style>
a { background-color: #DF721D; }
a { background-color: rgb(223,114,29); }
div.DivClassName
{
background-color: #DF721D;
}
.BgClassName
{
background-color: #DF721D;
}
</style>
border-color css
<style>
span { border-color: #DF721D; }
span { border-color: rgb(223,114,29); }
td.TdClassName
{
border-color: #DF721D;
}
.TagClassName
{
border-color: #DF721D;
}
</style>