Shades of Tahiti Gold #DF6C20
Tints of Tahiti Gold #DF6C20
RGB
CMYK
RGB Variations
Color information
#DF6C20 (or 0xDF6C20) is known color: Tahiti Gold. HEX triplet: DF, 6C and 20. RGB value is (223,108,32). Sum of RGB (Red+Green+Blue) = 223+108+32=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6C20 is #2093DF. Grayscale: #868686. Windows color (decimal): -2135008 or 2125023. OLE color: 2125023.
HSL color Cylindrical-coordinate representation of color #DF6C20: hue angle of 23.87º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF6C20 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 32 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.13 |
| HSL | 23.87º | 0.75% | 0.5% | - |
| HSV(B) | 23.87º | 0.86% | 0.87% | - |
| XYZ | 36.05 | 26.52 | 4.58 | - |
| YUV | 133.72 | 70.6 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 32 | 0 | 0.52 | 0.86 | 0.13 | 23.87 | 0.75 | 0.5 |
| Hex | DF | 6C | 20 | 0 | 34 | 56 | D | 18 | 4B | 32 |
| Octal | 337 | 154 | 40 | 0 | 64 | 126 | 15 | 30 | 113 | 62 |
| Binary | 11011111 | 1101100 | 100000 | 0 | 110100 | 1010110 | 1101 | 11000 | 1001011 | 110010 |
Color Harmonies of #DF6C20
Complementary color
Monochromatic Colors of #DF6C20
Black with #DF6C20
Text Example
Text Example
White with #DF6C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6C20; }
p { color: rgb(223,108,32); }
H1.HeaderClassName
{
color: #DF6C20;
}
.AnyTagClassName
{
color: #DF6C20;
}
</style>
background-color css
<style>
a { background-color: #DF6C20; }
a { background-color: rgb(223,108,32); }
div.DivClassName
{
background-color: #DF6C20;
}
.BgClassName
{
background-color: #DF6C20;
}
</style>
border-color css
<style>
span { border-color: #DF6C20; }
span { border-color: rgb(223,108,32); }
td.TdClassName
{
border-color: #DF6C20;
}
.TagClassName
{
border-color: #DF6C20;
}
</style>