Shades of Tahiti Gold #DF7125
Tints of Tahiti Gold #DF7125
RGB
CMYK
RGB Variations
Color information
#DF7125 (or 0xDF7125) is known color: Tahiti Gold. HEX triplet: DF, 71 and 25. RGB value is (223,113,37). Sum of RGB (Red+Green+Blue) = 223+113+37=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7125 is #208EDA. Grayscale: #898989. Windows color (decimal): -2133723 or 2453983. OLE color: 2453983.
HSL color Cylindrical-coordinate representation of color #DF7125: hue angle of 24.52º 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 #DF7125 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 37 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.13 |
| HSL | 24.52º | 0.74% | 0.51% | - |
| HSV(B) | 24.52º | 0.83% | 0.87% | - |
| XYZ | 36.67 | 27.63 | 5.15 | - |
| YUV | 137.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 37 | 0 | 0.49 | 0.83 | 0.13 | 24.52 | 0.74 | 0.51 |
| Hex | DF | 71 | 25 | 0 | 31 | 53 | D | 19 | 4A | 33 |
| Octal | 337 | 161 | 45 | 0 | 61 | 123 | 15 | 31 | 112 | 63 |
| Binary | 11011111 | 1110001 | 100101 | 0 | 110001 | 1010011 | 1101 | 11001 | 1001010 | 110011 |
Color Harmonies of #DF7125
Complementary color
Monochromatic Colors of #DF7125
Black with #DF7125
Text Example
Text Example
White with #DF7125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7125; }
p { color: rgb(223,113,37); }
H1.HeaderClassName
{
color: #DF7125;
}
.AnyTagClassName
{
color: #DF7125;
}
</style>
background-color css
<style>
a { background-color: #DF7125; }
a { background-color: rgb(223,113,37); }
div.DivClassName
{
background-color: #DF7125;
}
.BgClassName
{
background-color: #DF7125;
}
</style>
border-color css
<style>
span { border-color: #DF7125; }
span { border-color: rgb(223,113,37); }
td.TdClassName
{
border-color: #DF7125;
}
.TagClassName
{
border-color: #DF7125;
}
</style>