Shades of Tahiti Gold #DF6E1E
Tints of Tahiti Gold #DF6E1E
RGB
CMYK
RGB Variations
Color information
#DF6E1E (or 0xDF6E1E) is known color: Tahiti Gold. HEX triplet: DF, 6E and 1E. RGB value is (223,110,30). Sum of RGB (Red+Green+Blue) = 223+110+30=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E1E is #2091E1. Grayscale: #878787. Windows color (decimal): -2134498 or 1994463. OLE color: 1994463.
HSL color Cylindrical-coordinate representation of color #DF6E1E: hue angle of 24.87º 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 #DF6E1E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 30 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.13 |
| HSL | 24.87º | 0.76% | 0.5% | - |
| HSV(B) | 24.87º | 0.87% | 0.87% | - |
| XYZ | 36.24 | 26.93 | 4.52 | - |
| YUV | 134.67 | 68.94 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 30 | 0 | 0.51 | 0.87 | 0.13 | 24.87 | 0.76 | 0.5 |
| Hex | DF | 6E | 1E | 0 | 33 | 57 | D | 19 | 4C | 32 |
| Octal | 337 | 156 | 36 | 0 | 63 | 127 | 15 | 31 | 114 | 62 |
| Binary | 11011111 | 1101110 | 11110 | 0 | 110011 | 1010111 | 1101 | 11001 | 1001100 | 110010 |
Color Harmonies of #DF6E1E
Complementary color
Monochromatic Colors of #DF6E1E
Black with #DF6E1E
Text Example
Text Example
White with #DF6E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E1E; }
p { color: rgb(223,110,30); }
H1.HeaderClassName
{
color: #DF6E1E;
}
.AnyTagClassName
{
color: #DF6E1E;
}
</style>
background-color css
<style>
a { background-color: #DF6E1E; }
a { background-color: rgb(223,110,30); }
div.DivClassName
{
background-color: #DF6E1E;
}
.BgClassName
{
background-color: #DF6E1E;
}
</style>
border-color css
<style>
span { border-color: #DF6E1E; }
span { border-color: rgb(223,110,30); }
td.TdClassName
{
border-color: #DF6E1E;
}
.TagClassName
{
border-color: #DF6E1E;
}
</style>