Shades of Tahiti Gold #DF7020
Tints of Tahiti Gold #DF7020
RGB
CMYK
RGB Variations
Color information
#DF7020 (or 0xDF7020) is known color: Tahiti Gold. HEX triplet: DF, 70 and 20. RGB value is (223,112,32). Sum of RGB (Red+Green+Blue) = 223+112+32=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7020 is #208FDF. Grayscale: #888888. Windows color (decimal): -2133984 or 2126047. OLE color: 2126047.
HSL color Cylindrical-coordinate representation of color #DF7020: hue angle of 25.13º 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 #DF7020 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 32 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.13 |
| HSL | 25.13º | 0.75% | 0.5% | - |
| HSV(B) | 25.13º | 0.86% | 0.87% | - |
| XYZ | 36.49 | 27.38 | 4.73 | - |
| YUV | 136.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 32 | 0 | 0.50 | 0.86 | 0.13 | 25.13 | 0.75 | 0.5 |
| Hex | DF | 70 | 20 | 0 | 32 | 56 | D | 19 | 4B | 32 |
| Octal | 337 | 160 | 40 | 0 | 62 | 126 | 15 | 31 | 113 | 62 |
| Binary | 11011111 | 1110000 | 100000 | 0 | 110010 | 1010110 | 1101 | 11001 | 1001011 | 110010 |
Color Harmonies of #DF7020
Complementary color
Monochromatic Colors of #DF7020
Black with #DF7020
Text Example
Text Example
White with #DF7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7020; }
p { color: rgb(223,112,32); }
H1.HeaderClassName
{
color: #DF7020;
}
.AnyTagClassName
{
color: #DF7020;
}
</style>
background-color css
<style>
a { background-color: #DF7020; }
a { background-color: rgb(223,112,32); }
div.DivClassName
{
background-color: #DF7020;
}
.BgClassName
{
background-color: #DF7020;
}
</style>
border-color css
<style>
span { border-color: #DF7020; }
span { border-color: rgb(223,112,32); }
td.TdClassName
{
border-color: #DF7020;
}
.TagClassName
{
border-color: #DF7020;
}
</style>