Shades of Tahiti Gold #DC7320
Tints of Tahiti Gold #DC7320
RGB
CMYK
RGB Variations
Color information
#DC7320 (or 0xDC7320) is known color: Tahiti Gold. HEX triplet: DC, 73 and 20. RGB value is (220,115,32). Sum of RGB (Red+Green+Blue) = 220+115+32=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7320 is #238CDF. Grayscale: #898989. Windows color (decimal): -2329824 or 2126812. OLE color: 2126812.
HSL color Cylindrical-coordinate representation of color #DC7320: hue angle of 26.49º 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 #DC7320 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 32 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.14 |
| HSL | 26.49º | 0.75% | 0.49% | - |
| HSV(B) | 26.49º | 0.85% | 0.86% | - |
| XYZ | 35.91 | 27.58 | 4.8 | - |
| YUV | 136.93 | 68.79 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 32 | 0 | 0.48 | 0.85 | 0.14 | 26.49 | 0.75 | 0.49 |
| Hex | DC | 73 | 20 | 0 | 30 | 55 | E | 1A | 4B | 31 |
| Octal | 334 | 163 | 40 | 0 | 60 | 125 | 16 | 32 | 113 | 61 |
| Binary | 11011100 | 1110011 | 100000 | 0 | 110000 | 1010101 | 1110 | 11010 | 1001011 | 110001 |
Color Harmonies of #DC7320
Complementary color
Monochromatic Colors of #DC7320
Black with #DC7320
Text Example
Text Example
White with #DC7320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7320; }
p { color: rgb(220,115,32); }
H1.HeaderClassName
{
color: #DC7320;
}
.AnyTagClassName
{
color: #DC7320;
}
</style>
background-color css
<style>
a { background-color: #DC7320; }
a { background-color: rgb(220,115,32); }
div.DivClassName
{
background-color: #DC7320;
}
.BgClassName
{
background-color: #DC7320;
}
</style>
border-color css
<style>
span { border-color: #DC7320; }
span { border-color: rgb(220,115,32); }
td.TdClassName
{
border-color: #DC7320;
}
.TagClassName
{
border-color: #DC7320;
}
</style>