Shades of Tahiti Gold #DF7526
Tints of Tahiti Gold #DF7526
RGB
CMYK
RGB Variations
Color information
#DF7526 (or 0xDF7526) is known color: Tahiti Gold. HEX triplet: DF, 75 and 26. RGB value is (223,117,38). Sum of RGB (Red+Green+Blue) = 223+117+38=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7526 is #208AD9. Grayscale: #8C8C8C. Windows color (decimal): -2132698 or 2520543. OLE color: 2520543.
HSL color Cylindrical-coordinate representation of color #DF7526: hue angle of 25.62º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF7526 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 38 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.13 |
| HSL | 25.62º | 0.74% | 0.51% | - |
| HSV(B) | 25.62º | 0.83% | 0.87% | - |
| XYZ | 37.14 | 28.55 | 5.39 | - |
| YUV | 139.69 | 70.62 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 38 | 0 | 0.48 | 0.83 | 0.13 | 25.62 | 0.74 | 0.51 |
| Hex | DF | 75 | 26 | 0 | 30 | 53 | D | 1A | 4A | 33 |
| Octal | 337 | 165 | 46 | 0 | 60 | 123 | 15 | 32 | 112 | 63 |
| Binary | 11011111 | 1110101 | 100110 | 0 | 110000 | 1010011 | 1101 | 11010 | 1001010 | 110011 |
Color Harmonies of #DF7526
Complementary color
Monochromatic Colors of #DF7526
Black with #DF7526
Text Example
Text Example
White with #DF7526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7526; }
p { color: rgb(223,117,38); }
H1.HeaderClassName
{
color: #DF7526;
}
.AnyTagClassName
{
color: #DF7526;
}
</style>
background-color css
<style>
a { background-color: #DF7526; }
a { background-color: rgb(223,117,38); }
div.DivClassName
{
background-color: #DF7526;
}
.BgClassName
{
background-color: #DF7526;
}
</style>
border-color css
<style>
span { border-color: #DF7526; }
span { border-color: rgb(223,117,38); }
td.TdClassName
{
border-color: #DF7526;
}
.TagClassName
{
border-color: #DF7526;
}
</style>