Shades of Tahiti Gold #DF7C28
Tints of Tahiti Gold #DF7C28
RGB
CMYK
RGB Variations
Color information
#DF7C28 (or 0xDF7C28) is known color: Tahiti Gold. HEX triplet: DF, 7C and 28. RGB value is (223,124,40). Sum of RGB (Red+Green+Blue) = 223+124+40=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7C28 is #2083D7. Grayscale: #909090. Windows color (decimal): -2130904 or 2653407. OLE color: 2653407.
HSL color Cylindrical-coordinate representation of color #DF7C28: hue angle of 27.54º 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 #DF7C28 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 40 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.13 |
| HSL | 27.54º | 0.74% | 0.52% | - |
| HSV(B) | 27.54º | 0.82% | 0.87% | - |
| XYZ | 38.02 | 30.26 | 5.84 | - |
| YUV | 144.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 40 | 0 | 0.44 | 0.82 | 0.13 | 27.54 | 0.74 | 0.52 |
| Hex | DF | 7C | 28 | 0 | 2C | 52 | D | 1C | 4A | 34 |
| Octal | 337 | 174 | 50 | 0 | 54 | 122 | 15 | 34 | 112 | 64 |
| Binary | 11011111 | 1111100 | 101000 | 0 | 101100 | 1010010 | 1101 | 11100 | 1001010 | 110100 |
Color Harmonies of #DF7C28
Complementary color
Monochromatic Colors of #DF7C28
Black with #DF7C28
Text Example
Text Example
White with #DF7C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C28; }
p { color: rgb(223,124,40); }
H1.HeaderClassName
{
color: #DF7C28;
}
.AnyTagClassName
{
color: #DF7C28;
}
</style>
background-color css
<style>
a { background-color: #DF7C28; }
a { background-color: rgb(223,124,40); }
div.DivClassName
{
background-color: #DF7C28;
}
.BgClassName
{
background-color: #DF7C28;
}
</style>
border-color css
<style>
span { border-color: #DF7C28; }
span { border-color: rgb(223,124,40); }
td.TdClassName
{
border-color: #DF7C28;
}
.TagClassName
{
border-color: #DF7C28;
}
</style>