Shades of Tahiti Gold #DF741E
Tints of Tahiti Gold #DF741E
RGB
CMYK
RGB Variations
Color information
#DF741E (or 0xDF741E) is known color: Tahiti Gold. HEX triplet: DF, 74 and 1E. RGB value is (223,116,30). Sum of RGB (Red+Green+Blue) = 223+116+30=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF741E is #208BE1. Grayscale: #8A8A8A. Windows color (decimal): -2132962 or 1995999. OLE color: 1995999.
HSL color Cylindrical-coordinate representation of color #DF741E: hue angle of 26.74º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF741E is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 30 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.13 |
| HSL | 26.74º | 0.76% | 0.5% | - |
| HSV(B) | 26.74º | 0.87% | 0.87% | - |
| XYZ | 36.91 | 28.27 | 4.74 | - |
| YUV | 138.19 | 66.95 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 30 | 0 | 0.48 | 0.87 | 0.13 | 26.74 | 0.76 | 0.5 |
| Hex | DF | 74 | 1E | 0 | 30 | 57 | D | 1B | 4C | 32 |
| Octal | 337 | 164 | 36 | 0 | 60 | 127 | 15 | 33 | 114 | 62 |
| Binary | 11011111 | 1110100 | 11110 | 0 | 110000 | 1010111 | 1101 | 11011 | 1001100 | 110010 |
Color Harmonies of #DF741E
Complementary color
Monochromatic Colors of #DF741E
Black with #DF741E
Text Example
Text Example
White with #DF741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF741E; }
p { color: rgb(223,116,30); }
H1.HeaderClassName
{
color: #DF741E;
}
.AnyTagClassName
{
color: #DF741E;
}
</style>
background-color css
<style>
a { background-color: #DF741E; }
a { background-color: rgb(223,116,30); }
div.DivClassName
{
background-color: #DF741E;
}
.BgClassName
{
background-color: #DF741E;
}
</style>
border-color css
<style>
span { border-color: #DF741E; }
span { border-color: rgb(223,116,30); }
td.TdClassName
{
border-color: #DF741E;
}
.TagClassName
{
border-color: #DF741E;
}
</style>