Shades of Tahiti Gold #DF7628
Tints of Tahiti Gold #DF7628
RGB
CMYK
RGB Variations
Color information
#DF7628 (or 0xDF7628) is known color: Tahiti Gold. HEX triplet: DF, 76 and 28. RGB value is (223,118,40). Sum of RGB (Red+Green+Blue) = 223+118+40=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7628 is #2089D7. Grayscale: #8C8C8C. Windows color (decimal): -2132440 or 2651871. OLE color: 2651871.
HSL color Cylindrical-coordinate representation of color #DF7628: hue angle of 25.57º 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 #DF7628 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 40 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.13 |
| HSL | 25.57º | 0.74% | 0.52% | - |
| HSV(B) | 25.57º | 0.82% | 0.87% | - |
| XYZ | 37.29 | 28.8 | 5.6 | - |
| YUV | 140.5 | 71.29 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 40 | 0 | 0.47 | 0.82 | 0.13 | 25.57 | 0.74 | 0.52 |
| Hex | DF | 76 | 28 | 0 | 2F | 52 | D | 1A | 4A | 34 |
| Octal | 337 | 166 | 50 | 0 | 57 | 122 | 15 | 32 | 112 | 64 |
| Binary | 11011111 | 1110110 | 101000 | 0 | 101111 | 1010010 | 1101 | 11010 | 1001010 | 110100 |
Color Harmonies of #DF7628
Complementary color
Monochromatic Colors of #DF7628
Black with #DF7628
Text Example
Text Example
White with #DF7628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7628; }
p { color: rgb(223,118,40); }
H1.HeaderClassName
{
color: #DF7628;
}
.AnyTagClassName
{
color: #DF7628;
}
</style>
background-color css
<style>
a { background-color: #DF7628; }
a { background-color: rgb(223,118,40); }
div.DivClassName
{
background-color: #DF7628;
}
.BgClassName
{
background-color: #DF7628;
}
</style>
border-color css
<style>
span { border-color: #DF7628; }
span { border-color: rgb(223,118,40); }
td.TdClassName
{
border-color: #DF7628;
}
.TagClassName
{
border-color: #DF7628;
}
</style>