Shades of Tahiti Gold #DF7B25
Tints of Tahiti Gold #DF7B25
RGB
CMYK
RGB Variations
Color information
#DF7B25 (or 0xDF7B25) is known color: Tahiti Gold. HEX triplet: DF, 7B and 25. RGB value is (223,123,37). Sum of RGB (Red+Green+Blue) = 223+123+37=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7B25 is #2084DA. Grayscale: #8F8F8F. Windows color (decimal): -2131163 or 2456543. OLE color: 2456543.
HSL color Cylindrical-coordinate representation of color #DF7B25: hue angle of 27.74º 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 #DF7B25 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 37 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.13 |
| HSL | 27.74º | 0.74% | 0.51% | - |
| HSV(B) | 27.74º | 0.83% | 0.87% | - |
| XYZ | 37.85 | 29.99 | 5.54 | - |
| YUV | 143.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 37 | 0 | 0.45 | 0.83 | 0.13 | 27.74 | 0.74 | 0.51 |
| Hex | DF | 7B | 25 | 0 | 2D | 53 | D | 1C | 4A | 33 |
| Octal | 337 | 173 | 45 | 0 | 55 | 123 | 15 | 34 | 112 | 63 |
| Binary | 11011111 | 1111011 | 100101 | 0 | 101101 | 1010011 | 1101 | 11100 | 1001010 | 110011 |
Color Harmonies of #DF7B25
Complementary color
Monochromatic Colors of #DF7B25
Black with #DF7B25
Text Example
Text Example
White with #DF7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B25; }
p { color: rgb(223,123,37); }
H1.HeaderClassName
{
color: #DF7B25;
}
.AnyTagClassName
{
color: #DF7B25;
}
</style>
background-color css
<style>
a { background-color: #DF7B25; }
a { background-color: rgb(223,123,37); }
div.DivClassName
{
background-color: #DF7B25;
}
.BgClassName
{
background-color: #DF7B25;
}
</style>
border-color css
<style>
span { border-color: #DF7B25; }
span { border-color: rgb(223,123,37); }
td.TdClassName
{
border-color: #DF7B25;
}
.TagClassName
{
border-color: #DF7B25;
}
</style>