Shades of Tahiti Gold #DC7326
Tints of Tahiti Gold #DC7326
RGB
CMYK
RGB Variations
Color information
#DC7326 (or 0xDC7326) is known color: Tahiti Gold. HEX triplet: DC, 73 and 26. RGB value is (220,115,38). Sum of RGB (Red+Green+Blue) = 220+115+38=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7326 is #238CD9. Grayscale: #8A8A8A. Windows color (decimal): -2329818 or 2520028. OLE color: 2520028.
HSL color Cylindrical-coordinate representation of color #DC7326: hue angle of 25.38º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC7326 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 38 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.14 |
| HSL | 25.38º | 0.72% | 0.51% | - |
| HSV(B) | 25.38º | 0.83% | 0.86% | - |
| XYZ | 36 | 27.62 | 5.27 | - |
| YUV | 137.62 | 71.79 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 38 | 0 | 0.48 | 0.83 | 0.14 | 25.38 | 0.72 | 0.51 |
| Hex | DC | 73 | 26 | 0 | 30 | 53 | E | 19 | 48 | 33 |
| Octal | 334 | 163 | 46 | 0 | 60 | 123 | 16 | 31 | 110 | 63 |
| Binary | 11011100 | 1110011 | 100110 | 0 | 110000 | 1010011 | 1110 | 11001 | 1001000 | 110011 |
Color Harmonies of #DC7326
Complementary color
Monochromatic Colors of #DC7326
Black with #DC7326
Text Example
Text Example
White with #DC7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7326; }
p { color: rgb(220,115,38); }
H1.HeaderClassName
{
color: #DC7326;
}
.AnyTagClassName
{
color: #DC7326;
}
</style>
background-color css
<style>
a { background-color: #DC7326; }
a { background-color: rgb(220,115,38); }
div.DivClassName
{
background-color: #DC7326;
}
.BgClassName
{
background-color: #DC7326;
}
</style>
border-color css
<style>
span { border-color: #DC7326; }
span { border-color: rgb(220,115,38); }
td.TdClassName
{
border-color: #DC7326;
}
.TagClassName
{
border-color: #DC7326;
}
</style>