Shades of Tahiti Gold #DF6D2C
Tints of Tahiti Gold #DF6D2C
RGB
CMYK
RGB Variations
Color information
#DF6D2C (or 0xDF6D2C) is known color: Tahiti Gold. HEX triplet: DF, 6D and 2C. RGB value is (223,109,44). Sum of RGB (Red+Green+Blue) = 223+109+44=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D2C is #2092D3. Grayscale: #888888. Windows color (decimal): -2134740 or 2911711. OLE color: 2911711.
HSL color Cylindrical-coordinate representation of color #DF6D2C: hue angle of 21.79º 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 #DF6D2C is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 44 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.13 |
| HSL | 21.79º | 0.74% | 0.52% | - |
| HSV(B) | 21.79º | 0.8% | 0.87% | - |
| XYZ | 36.35 | 26.81 | 5.64 | - |
| YUV | 135.68 | 76.27 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 44 | 0 | 0.51 | 0.80 | 0.13 | 21.79 | 0.74 | 0.52 |
| Hex | DF | 6D | 2C | 0 | 33 | 50 | D | 16 | 4A | 34 |
| Octal | 337 | 155 | 54 | 0 | 63 | 120 | 15 | 26 | 112 | 64 |
| Binary | 11011111 | 1101101 | 101100 | 0 | 110011 | 1010000 | 1101 | 10110 | 1001010 | 110100 |
Color Harmonies of #DF6D2C
Complementary color
Monochromatic Colors of #DF6D2C
Black with #DF6D2C
Text Example
Text Example
White with #DF6D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D2C; }
p { color: rgb(223,109,44); }
H1.HeaderClassName
{
color: #DF6D2C;
}
.AnyTagClassName
{
color: #DF6D2C;
}
</style>
background-color css
<style>
a { background-color: #DF6D2C; }
a { background-color: rgb(223,109,44); }
div.DivClassName
{
background-color: #DF6D2C;
}
.BgClassName
{
background-color: #DF6D2C;
}
</style>
border-color css
<style>
span { border-color: #DF6D2C; }
span { border-color: rgb(223,109,44); }
td.TdClassName
{
border-color: #DF6D2C;
}
.TagClassName
{
border-color: #DF6D2C;
}
</style>