Shades of Tahiti Gold #DF7528
Tints of Tahiti Gold #DF7528
RGB
CMYK
RGB Variations
Color information
#DF7528 (or 0xDF7528) is known color: Tahiti Gold. HEX triplet: DF, 75 and 28. RGB value is (223,117,40). Sum of RGB (Red+Green+Blue) = 223+117+40=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7528 is #208AD7. Grayscale: #8C8C8C. Windows color (decimal): -2132696 or 2651615. OLE color: 2651615.
HSL color Cylindrical-coordinate representation of color #DF7528: hue angle of 25.25º 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 #DF7528 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 40 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.13 |
| HSL | 25.25º | 0.74% | 0.52% | - |
| HSV(B) | 25.25º | 0.82% | 0.87% | - |
| XYZ | 37.18 | 28.56 | 5.56 | - |
| YUV | 139.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 40 | 0 | 0.48 | 0.82 | 0.13 | 25.25 | 0.74 | 0.52 |
| Hex | DF | 75 | 28 | 0 | 30 | 52 | D | 19 | 4A | 34 |
| Octal | 337 | 165 | 50 | 0 | 60 | 122 | 15 | 31 | 112 | 64 |
| Binary | 11011111 | 1110101 | 101000 | 0 | 110000 | 1010010 | 1101 | 11001 | 1001010 | 110100 |
Color Harmonies of #DF7528
Complementary color
Monochromatic Colors of #DF7528
Black with #DF7528
Text Example
Text Example
White with #DF7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7528; }
p { color: rgb(223,117,40); }
H1.HeaderClassName
{
color: #DF7528;
}
.AnyTagClassName
{
color: #DF7528;
}
</style>
background-color css
<style>
a { background-color: #DF7528; }
a { background-color: rgb(223,117,40); }
div.DivClassName
{
background-color: #DF7528;
}
.BgClassName
{
background-color: #DF7528;
}
</style>
border-color css
<style>
span { border-color: #DF7528; }
span { border-color: rgb(223,117,40); }
td.TdClassName
{
border-color: #DF7528;
}
.TagClassName
{
border-color: #DF7528;
}
</style>