Shades of Tahiti Gold #DC7924
Tints of Tahiti Gold #DC7924
RGB
CMYK
RGB Variations
Color information
#DC7924 (or 0xDC7924) is known color: Tahiti Gold. HEX triplet: DC, 79 and 24. RGB value is (220,121,36). Sum of RGB (Red+Green+Blue) = 220+121+36=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7924 is #2386DB. Grayscale: #8D8D8D. Windows color (decimal): -2328284 or 2390492. OLE color: 2390492.
HSL color Cylindrical-coordinate representation of color #DC7924: hue angle of 27.72º 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 #DC7924 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 36 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.14 |
| HSL | 27.72º | 0.72% | 0.5% | - |
| HSV(B) | 27.72º | 0.84% | 0.86% | - |
| XYZ | 36.67 | 29.02 | 5.34 | - |
| YUV | 140.91 | 68.8 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 36 | 0 | 0.45 | 0.84 | 0.14 | 27.72 | 0.72 | 0.5 |
| Hex | DC | 79 | 24 | 0 | 2D | 54 | E | 1C | 48 | 32 |
| Octal | 334 | 171 | 44 | 0 | 55 | 124 | 16 | 34 | 110 | 62 |
| Binary | 11011100 | 1111001 | 100100 | 0 | 101101 | 1010100 | 1110 | 11100 | 1001000 | 110010 |
Color Harmonies of #DC7924
Complementary color
Monochromatic Colors of #DC7924
Black with #DC7924
Text Example
Text Example
White with #DC7924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7924; }
p { color: rgb(220,121,36); }
H1.HeaderClassName
{
color: #DC7924;
}
.AnyTagClassName
{
color: #DC7924;
}
</style>
background-color css
<style>
a { background-color: #DC7924; }
a { background-color: rgb(220,121,36); }
div.DivClassName
{
background-color: #DC7924;
}
.BgClassName
{
background-color: #DC7924;
}
</style>
border-color css
<style>
span { border-color: #DC7924; }
span { border-color: rgb(220,121,36); }
td.TdClassName
{
border-color: #DC7924;
}
.TagClassName
{
border-color: #DC7924;
}
</style>