Shades of Tahiti Gold #DC7624
Tints of Tahiti Gold #DC7624
RGB
CMYK
RGB Variations
Color information
#DC7624 (or 0xDC7624) is known color: Tahiti Gold. HEX triplet: DC, 76 and 24. RGB value is (220,118,36). Sum of RGB (Red+Green+Blue) = 220+118+36=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7624 is #2389DB. Grayscale: #8B8B8B. Windows color (decimal): -2329052 or 2389724. OLE color: 2389724.
HSL color Cylindrical-coordinate representation of color #DC7624: hue angle of 26.74º 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 #DC7624 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 36 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.14 |
| HSL | 26.74º | 0.72% | 0.5% | - |
| HSV(B) | 26.74º | 0.84% | 0.86% | - |
| XYZ | 36.31 | 28.3 | 5.22 | - |
| YUV | 139.15 | 69.79 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 36 | 0 | 0.46 | 0.84 | 0.14 | 26.74 | 0.72 | 0.5 |
| Hex | DC | 76 | 24 | 0 | 2E | 54 | E | 1B | 48 | 32 |
| Octal | 334 | 166 | 44 | 0 | 56 | 124 | 16 | 33 | 110 | 62 |
| Binary | 11011100 | 1110110 | 100100 | 0 | 101110 | 1010100 | 1110 | 11011 | 1001000 | 110010 |
Color Harmonies of #DC7624
Complementary color
Monochromatic Colors of #DC7624
Black with #DC7624
Text Example
Text Example
White with #DC7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7624; }
p { color: rgb(220,118,36); }
H1.HeaderClassName
{
color: #DC7624;
}
.AnyTagClassName
{
color: #DC7624;
}
</style>
background-color css
<style>
a { background-color: #DC7624; }
a { background-color: rgb(220,118,36); }
div.DivClassName
{
background-color: #DC7624;
}
.BgClassName
{
background-color: #DC7624;
}
</style>
border-color css
<style>
span { border-color: #DC7624; }
span { border-color: rgb(220,118,36); }
td.TdClassName
{
border-color: #DC7624;
}
.TagClassName
{
border-color: #DC7624;
}
</style>