Shades of Tahiti Gold #DF6E20
Tints of Tahiti Gold #DF6E20
RGB
CMYK
RGB Variations
Color information
#DF6E20 (or 0xDF6E20) is known color: Tahiti Gold. HEX triplet: DF, 6E and 20. RGB value is (223,110,32). Sum of RGB (Red+Green+Blue) = 223+110+32=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E20 is #2091DF. Grayscale: #878787. Windows color (decimal): -2134496 or 2125535. OLE color: 2125535.
HSL color Cylindrical-coordinate representation of color #DF6E20: hue angle of 24.5º 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 #DF6E20 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 32 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.13 |
| HSL | 24.5º | 0.75% | 0.5% | - |
| HSV(B) | 24.5º | 0.86% | 0.87% | - |
| XYZ | 36.27 | 26.94 | 4.66 | - |
| YUV | 134.9 | 69.94 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 32 | 0 | 0.51 | 0.86 | 0.13 | 24.5 | 0.75 | 0.5 |
| Hex | DF | 6E | 20 | 0 | 33 | 56 | D | 19 | 4B | 32 |
| Octal | 337 | 156 | 40 | 0 | 63 | 126 | 15 | 31 | 113 | 62 |
| Binary | 11011111 | 1101110 | 100000 | 0 | 110011 | 1010110 | 1101 | 11001 | 1001011 | 110010 |
Color Harmonies of #DF6E20
Complementary color
Monochromatic Colors of #DF6E20
Black with #DF6E20
Text Example
Text Example
White with #DF6E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E20; }
p { color: rgb(223,110,32); }
H1.HeaderClassName
{
color: #DF6E20;
}
.AnyTagClassName
{
color: #DF6E20;
}
</style>
background-color css
<style>
a { background-color: #DF6E20; }
a { background-color: rgb(223,110,32); }
div.DivClassName
{
background-color: #DF6E20;
}
.BgClassName
{
background-color: #DF6E20;
}
</style>
border-color css
<style>
span { border-color: #DF6E20; }
span { border-color: rgb(223,110,32); }
td.TdClassName
{
border-color: #DF6E20;
}
.TagClassName
{
border-color: #DF6E20;
}
</style>