Shades of Tahiti Gold #DF6E2C
Tints of Tahiti Gold #DF6E2C
RGB
CMYK
RGB Variations
Color information
#DF6E2C (or 0xDF6E2C) is known color: Tahiti Gold. HEX triplet: DF, 6E and 2C. RGB value is (223,110,44). Sum of RGB (Red+Green+Blue) = 223+110+44=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E2C is #2091D3. Grayscale: #888888. Windows color (decimal): -2134484 or 2911967. OLE color: 2911967.
HSL color Cylindrical-coordinate representation of color #DF6E2C: hue angle of 22.12º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF6E2C is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 44 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.13 |
| HSL | 22.12º | 0.74% | 0.52% | - |
| HSV(B) | 22.12º | 0.8% | 0.87% | - |
| XYZ | 36.46 | 27.02 | 5.68 | - |
| YUV | 136.26 | 75.94 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 44 | 0 | 0.51 | 0.80 | 0.13 | 22.12 | 0.74 | 0.52 |
| Hex | DF | 6E | 2C | 0 | 33 | 50 | D | 16 | 4A | 34 |
| Octal | 337 | 156 | 54 | 0 | 63 | 120 | 15 | 26 | 112 | 64 |
| Binary | 11011111 | 1101110 | 101100 | 0 | 110011 | 1010000 | 1101 | 10110 | 1001010 | 110100 |
Color Harmonies of #DF6E2C
Complementary color
Monochromatic Colors of #DF6E2C
Black with #DF6E2C
Text Example
Text Example
White with #DF6E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E2C; }
p { color: rgb(223,110,44); }
H1.HeaderClassName
{
color: #DF6E2C;
}
.AnyTagClassName
{
color: #DF6E2C;
}
</style>
background-color css
<style>
a { background-color: #DF6E2C; }
a { background-color: rgb(223,110,44); }
div.DivClassName
{
background-color: #DF6E2C;
}
.BgClassName
{
background-color: #DF6E2C;
}
</style>
border-color css
<style>
span { border-color: #DF6E2C; }
span { border-color: rgb(223,110,44); }
td.TdClassName
{
border-color: #DF6E2C;
}
.TagClassName
{
border-color: #DF6E2C;
}
</style>