Shades of Tahiti Gold #DC7324
Tints of Tahiti Gold #DC7324
RGB
CMYK
RGB Variations
Color information
#DC7324 (or 0xDC7324) is known color: Tahiti Gold. HEX triplet: DC, 73 and 24. RGB value is (220,115,36). Sum of RGB (Red+Green+Blue) = 220+115+36=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7324 is #238CDB. Grayscale: #898989. Windows color (decimal): -2329820 or 2388956. OLE color: 2388956.
HSL color Cylindrical-coordinate representation of color #DC7324: hue angle of 25.76º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC7324 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 36 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.14 |
| HSL | 25.76º | 0.72% | 0.5% | - |
| HSV(B) | 25.76º | 0.84% | 0.86% | - |
| XYZ | 35.96 | 27.6 | 5.1 | - |
| YUV | 137.39 | 70.79 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 36 | 0 | 0.48 | 0.84 | 0.14 | 25.76 | 0.72 | 0.5 |
| Hex | DC | 73 | 24 | 0 | 30 | 54 | E | 1A | 48 | 32 |
| Octal | 334 | 163 | 44 | 0 | 60 | 124 | 16 | 32 | 110 | 62 |
| Binary | 11011100 | 1110011 | 100100 | 0 | 110000 | 1010100 | 1110 | 11010 | 1001000 | 110010 |
Color Harmonies of #DC7324
Complementary color
Monochromatic Colors of #DC7324
Black with #DC7324
Text Example
Text Example
White with #DC7324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7324; }
p { color: rgb(220,115,36); }
H1.HeaderClassName
{
color: #DC7324;
}
.AnyTagClassName
{
color: #DC7324;
}
</style>
background-color css
<style>
a { background-color: #DC7324; }
a { background-color: rgb(220,115,36); }
div.DivClassName
{
background-color: #DC7324;
}
.BgClassName
{
background-color: #DC7324;
}
</style>
border-color css
<style>
span { border-color: #DC7324; }
span { border-color: rgb(220,115,36); }
td.TdClassName
{
border-color: #DC7324;
}
.TagClassName
{
border-color: #DC7324;
}
</style>