Shades of Tahiti Gold #DF7A23
Tints of Tahiti Gold #DF7A23
RGB
CMYK
RGB Variations
Color information
#DF7A23 (or 0xDF7A23) is known color: Tahiti Gold. HEX triplet: DF, 7A and 23. RGB value is (223,122,35). Sum of RGB (Red+Green+Blue) = 223+122+35=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7A23 is #2085DC. Grayscale: #8E8E8E. Windows color (decimal): -2131421 or 2325215. OLE color: 2325215.
HSL color Cylindrical-coordinate representation of color #DF7A23: hue angle of 27.77º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF7A23 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 35 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.13 |
| HSL | 27.77º | 0.75% | 0.51% | - |
| HSV(B) | 27.77º | 0.84% | 0.87% | - |
| XYZ | 37.69 | 29.73 | 5.34 | - |
| YUV | 142.28 | 67.46 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 35 | 0 | 0.45 | 0.84 | 0.13 | 27.77 | 0.75 | 0.51 |
| Hex | DF | 7A | 23 | 0 | 2D | 54 | D | 1C | 4B | 33 |
| Octal | 337 | 172 | 43 | 0 | 55 | 124 | 15 | 34 | 113 | 63 |
| Binary | 11011111 | 1111010 | 100011 | 0 | 101101 | 1010100 | 1101 | 11100 | 1001011 | 110011 |
Color Harmonies of #DF7A23
Complementary color
Monochromatic Colors of #DF7A23
Black with #DF7A23
Text Example
Text Example
White with #DF7A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A23; }
p { color: rgb(223,122,35); }
H1.HeaderClassName
{
color: #DF7A23;
}
.AnyTagClassName
{
color: #DF7A23;
}
</style>
background-color css
<style>
a { background-color: #DF7A23; }
a { background-color: rgb(223,122,35); }
div.DivClassName
{
background-color: #DF7A23;
}
.BgClassName
{
background-color: #DF7A23;
}
</style>
border-color css
<style>
span { border-color: #DF7A23; }
span { border-color: rgb(223,122,35); }
td.TdClassName
{
border-color: #DF7A23;
}
.TagClassName
{
border-color: #DF7A23;
}
</style>