Shades of Tahiti Gold #DF7222
Tints of Tahiti Gold #DF7222
RGB
CMYK
RGB Variations
Color information
#DF7222 (or 0xDF7222) is known color: Tahiti Gold. HEX triplet: DF, 72 and 22. RGB value is (223,114,34). Sum of RGB (Red+Green+Blue) = 223+114+34=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7222 is #208DDD. Grayscale: #898989. Windows color (decimal): -2133470 or 2257631. OLE color: 2257631.
HSL color Cylindrical-coordinate representation of color #DF7222: hue angle of 25.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF7222 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 34 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.13 |
| HSL | 25.4º | 0.75% | 0.5% | - |
| HSV(B) | 25.4º | 0.85% | 0.87% | - |
| XYZ | 36.74 | 27.84 | 4.95 | - |
| YUV | 137.47 | 69.61 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 34 | 0 | 0.49 | 0.85 | 0.13 | 25.4 | 0.75 | 0.5 |
| Hex | DF | 72 | 22 | 0 | 31 | 55 | D | 19 | 4B | 32 |
| Octal | 337 | 162 | 42 | 0 | 61 | 125 | 15 | 31 | 113 | 62 |
| Binary | 11011111 | 1110010 | 100010 | 0 | 110001 | 1010101 | 1101 | 11001 | 1001011 | 110010 |
Color Harmonies of #DF7222
Complementary color
Monochromatic Colors of #DF7222
Black with #DF7222
Text Example
Text Example
White with #DF7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7222; }
p { color: rgb(223,114,34); }
H1.HeaderClassName
{
color: #DF7222;
}
.AnyTagClassName
{
color: #DF7222;
}
</style>
background-color css
<style>
a { background-color: #DF7222; }
a { background-color: rgb(223,114,34); }
div.DivClassName
{
background-color: #DF7222;
}
.BgClassName
{
background-color: #DF7222;
}
</style>
border-color css
<style>
span { border-color: #DF7222; }
span { border-color: rgb(223,114,34); }
td.TdClassName
{
border-color: #DF7222;
}
.TagClassName
{
border-color: #DF7222;
}
</style>