Shades of Tahiti Gold #DF7224
Tints of Tahiti Gold #DF7224
RGB
CMYK
RGB Variations
Color information
#DF7224 (or 0xDF7224) is known color: Tahiti Gold. HEX triplet: DF, 72 and 24. RGB value is (223,114,36). Sum of RGB (Red+Green+Blue) = 223+114+36=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7224 is #208DDB. Grayscale: #8A8A8A. Windows color (decimal): -2133468 or 2388703. OLE color: 2388703.
HSL color Cylindrical-coordinate representation of color #DF7224: hue angle of 25.03º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF7224 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 36 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.13 |
| HSL | 25.03º | 0.75% | 0.51% | - |
| HSV(B) | 25.03º | 0.84% | 0.87% | - |
| XYZ | 36.77 | 27.85 | 5.11 | - |
| YUV | 137.7 | 70.61 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 36 | 0 | 0.49 | 0.84 | 0.13 | 25.03 | 0.75 | 0.51 |
| Hex | DF | 72 | 24 | 0 | 31 | 54 | D | 19 | 4B | 33 |
| Octal | 337 | 162 | 44 | 0 | 61 | 124 | 15 | 31 | 113 | 63 |
| Binary | 11011111 | 1110010 | 100100 | 0 | 110001 | 1010100 | 1101 | 11001 | 1001011 | 110011 |
Color Harmonies of #DF7224
Complementary color
Monochromatic Colors of #DF7224
Black with #DF7224
Text Example
Text Example
White with #DF7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7224; }
p { color: rgb(223,114,36); }
H1.HeaderClassName
{
color: #DF7224;
}
.AnyTagClassName
{
color: #DF7224;
}
</style>
background-color css
<style>
a { background-color: #DF7224; }
a { background-color: rgb(223,114,36); }
div.DivClassName
{
background-color: #DF7224;
}
.BgClassName
{
background-color: #DF7224;
}
</style>
border-color css
<style>
span { border-color: #DF7224; }
span { border-color: rgb(223,114,36); }
td.TdClassName
{
border-color: #DF7224;
}
.TagClassName
{
border-color: #DF7224;
}
</style>