Shades of Tahiti Gold #DF722F
Tints of Tahiti Gold #DF722F
RGB
CMYK
RGB Variations
Color information
#DF722F (or 0xDF722F) is known color: Tahiti Gold. HEX triplet: DF, 72 and 2F. RGB value is (223,114,47). Sum of RGB (Red+Green+Blue) = 223+114+47=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF722F is #208DD0. Grayscale: #8B8B8B. Windows color (decimal): -2133457 or 3109599. OLE color: 3109599.
HSL color Cylindrical-coordinate representation of color #DF722F: hue angle of 22.84º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF722F is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 47 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.13 |
| HSL | 22.84º | 0.73% | 0.53% | - |
| HSV(B) | 22.84º | 0.79% | 0.87% | - |
| XYZ | 36.96 | 27.93 | 6.13 | - |
| YUV | 138.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 47 | 0 | 0.49 | 0.79 | 0.13 | 22.84 | 0.73 | 0.53 |
| Hex | DF | 72 | 2F | 0 | 31 | 4F | D | 17 | 49 | 35 |
| Octal | 337 | 162 | 57 | 0 | 61 | 117 | 15 | 27 | 111 | 65 |
| Binary | 11011111 | 1110010 | 101111 | 0 | 110001 | 1001111 | 1101 | 10111 | 1001001 | 110101 |
Color Harmonies of #DF722F
Complementary color
Monochromatic Colors of #DF722F
Black with #DF722F
Text Example
Text Example
White with #DF722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF722F; }
p { color: rgb(223,114,47); }
H1.HeaderClassName
{
color: #DF722F;
}
.AnyTagClassName
{
color: #DF722F;
}
</style>
background-color css
<style>
a { background-color: #DF722F; }
a { background-color: rgb(223,114,47); }
div.DivClassName
{
background-color: #DF722F;
}
.BgClassName
{
background-color: #DF722F;
}
</style>
border-color css
<style>
span { border-color: #DF722F; }
span { border-color: rgb(223,114,47); }
td.TdClassName
{
border-color: #DF722F;
}
.TagClassName
{
border-color: #DF722F;
}
</style>