Shades of Tahiti Gold #DF7228
Tints of Tahiti Gold #DF7228
RGB
CMYK
RGB Variations
Color information
#DF7228 (or 0xDF7228) is known color: Tahiti Gold. HEX triplet: DF, 72 and 28. RGB value is (223,114,40). Sum of RGB (Red+Green+Blue) = 223+114+40=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7228 is #208DD7. Grayscale: #8A8A8A. Windows color (decimal): -2133464 or 2650847. OLE color: 2650847.
HSL color Cylindrical-coordinate representation of color #DF7228: hue angle of 24.26º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF7228 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 40 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.13 |
| HSL | 24.26º | 0.74% | 0.52% | - |
| HSV(B) | 24.26º | 0.82% | 0.87% | - |
| XYZ | 36.83 | 27.88 | 5.45 | - |
| YUV | 138.16 | 72.61 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 40 | 0 | 0.49 | 0.82 | 0.13 | 24.26 | 0.74 | 0.52 |
| Hex | DF | 72 | 28 | 0 | 31 | 52 | D | 18 | 4A | 34 |
| Octal | 337 | 162 | 50 | 0 | 61 | 122 | 15 | 30 | 112 | 64 |
| Binary | 11011111 | 1110010 | 101000 | 0 | 110001 | 1010010 | 1101 | 11000 | 1001010 | 110100 |
Color Harmonies of #DF7228
Complementary color
Monochromatic Colors of #DF7228
Black with #DF7228
Text Example
Text Example
White with #DF7228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7228; }
p { color: rgb(223,114,40); }
H1.HeaderClassName
{
color: #DF7228;
}
.AnyTagClassName
{
color: #DF7228;
}
</style>
background-color css
<style>
a { background-color: #DF7228; }
a { background-color: rgb(223,114,40); }
div.DivClassName
{
background-color: #DF7228;
}
.BgClassName
{
background-color: #DF7228;
}
</style>
border-color css
<style>
span { border-color: #DF7228; }
span { border-color: rgb(223,114,40); }
td.TdClassName
{
border-color: #DF7228;
}
.TagClassName
{
border-color: #DF7228;
}
</style>