Shades of Tahiti Gold #DC7C20
Tints of Tahiti Gold #DC7C20
RGB
CMYK
RGB Variations
Color information
#DC7C20 (or 0xDC7C20) is known color: Tahiti Gold. HEX triplet: DC, 7C and 20. RGB value is (220,124,32). Sum of RGB (Red+Green+Blue) = 220+124+32=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7C20 is #2383DF. Grayscale: #8E8E8E. Windows color (decimal): -2327520 or 2129116. OLE color: 2129116.
HSL color Cylindrical-coordinate representation of color #DC7C20: hue angle of 29.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC7C20 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 32 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.14 |
| HSL | 29.36º | 0.75% | 0.49% | - |
| HSV(B) | 29.36º | 0.85% | 0.86% | - |
| XYZ | 36.98 | 29.74 | 5.16 | - |
| YUV | 142.22 | 65.8 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 32 | 0 | 0.44 | 0.85 | 0.14 | 29.36 | 0.75 | 0.49 |
| Hex | DC | 7C | 20 | 0 | 2C | 55 | E | 1D | 4B | 31 |
| Octal | 334 | 174 | 40 | 0 | 54 | 125 | 16 | 35 | 113 | 61 |
| Binary | 11011100 | 1111100 | 100000 | 0 | 101100 | 1010101 | 1110 | 11101 | 1001011 | 110001 |
Color Harmonies of #DC7C20
Complementary color
Monochromatic Colors of #DC7C20
Black with #DC7C20
Text Example
Text Example
White with #DC7C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C20; }
p { color: rgb(220,124,32); }
H1.HeaderClassName
{
color: #DC7C20;
}
.AnyTagClassName
{
color: #DC7C20;
}
</style>
background-color css
<style>
a { background-color: #DC7C20; }
a { background-color: rgb(220,124,32); }
div.DivClassName
{
background-color: #DC7C20;
}
.BgClassName
{
background-color: #DC7C20;
}
</style>
border-color css
<style>
span { border-color: #DC7C20; }
span { border-color: rgb(220,124,32); }
td.TdClassName
{
border-color: #DC7C20;
}
.TagClassName
{
border-color: #DC7C20;
}
</style>