Shades of Tahiti Gold #DC7631
Tints of Tahiti Gold #DC7631
RGB
CMYK
RGB Variations
Color information
#DC7631 (or 0xDC7631) is known color: Tahiti Gold. HEX triplet: DC, 76 and 31. RGB value is (220,118,49). Sum of RGB (Red+Green+Blue) = 220+118+49=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7631 is #2389CE. Grayscale: #8D8D8D. Windows color (decimal): -2329039 or 3241692. OLE color: 3241692.
HSL color Cylindrical-coordinate representation of color #DC7631: hue angle of 24.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC7631 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 49 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.14 |
| HSL | 24.21º | 0.71% | 0.53% | - |
| HSV(B) | 24.21º | 0.78% | 0.86% | - |
| XYZ | 36.55 | 28.39 | 6.46 | - |
| YUV | 140.63 | 76.29 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 49 | 0 | 0.46 | 0.78 | 0.14 | 24.21 | 0.71 | 0.53 |
| Hex | DC | 76 | 31 | 0 | 2E | 4E | E | 18 | 47 | 35 |
| Octal | 334 | 166 | 61 | 0 | 56 | 116 | 16 | 30 | 107 | 65 |
| Binary | 11011100 | 1110110 | 110001 | 0 | 101110 | 1001110 | 1110 | 11000 | 1000111 | 110101 |
Color Harmonies of #DC7631
Complementary color
Monochromatic Colors of #DC7631
Black with #DC7631
Text Example
Text Example
White with #DC7631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7631; }
p { color: rgb(220,118,49); }
H1.HeaderClassName
{
color: #DC7631;
}
.AnyTagClassName
{
color: #DC7631;
}
</style>
background-color css
<style>
a { background-color: #DC7631; }
a { background-color: rgb(220,118,49); }
div.DivClassName
{
background-color: #DC7631;
}
.BgClassName
{
background-color: #DC7631;
}
</style>
border-color css
<style>
span { border-color: #DC7631; }
span { border-color: rgb(220,118,49); }
td.TdClassName
{
border-color: #DC7631;
}
.TagClassName
{
border-color: #DC7631;
}
</style>