Shades of Tahiti Gold #DC7A2E
Tints of Tahiti Gold #DC7A2E
RGB
CMYK
RGB Variations
Color information
#DC7A2E (or 0xDC7A2E) is known color: Tahiti Gold. HEX triplet: DC, 7A and 2E. RGB value is (220,122,46). Sum of RGB (Red+Green+Blue) = 220+122+46=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A2E is #2385D1. Grayscale: #8F8F8F. Windows color (decimal): -2328018 or 3046108. OLE color: 3046108.
HSL color Cylindrical-coordinate representation of color #DC7A2E: hue angle of 26.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC7A2E is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 46 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.14 |
| HSL | 26.21º | 0.71% | 0.52% | - |
| HSV(B) | 26.21º | 0.79% | 0.86% | - |
| XYZ | 36.97 | 29.33 | 6.3 | - |
| YUV | 142.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 46 | 0 | 0.45 | 0.79 | 0.14 | 26.21 | 0.71 | 0.52 |
| Hex | DC | 7A | 2E | 0 | 2D | 4F | E | 1A | 47 | 34 |
| Octal | 334 | 172 | 56 | 0 | 55 | 117 | 16 | 32 | 107 | 64 |
| Binary | 11011100 | 1111010 | 101110 | 0 | 101101 | 1001111 | 1110 | 11010 | 1000111 | 110100 |
Color Harmonies of #DC7A2E
Complementary color
Monochromatic Colors of #DC7A2E
Black with #DC7A2E
Text Example
Text Example
White with #DC7A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A2E; }
p { color: rgb(220,122,46); }
H1.HeaderClassName
{
color: #DC7A2E;
}
.AnyTagClassName
{
color: #DC7A2E;
}
</style>
background-color css
<style>
a { background-color: #DC7A2E; }
a { background-color: rgb(220,122,46); }
div.DivClassName
{
background-color: #DC7A2E;
}
.BgClassName
{
background-color: #DC7A2E;
}
</style>
border-color css
<style>
span { border-color: #DC7A2E; }
span { border-color: rgb(220,122,46); }
td.TdClassName
{
border-color: #DC7A2E;
}
.TagClassName
{
border-color: #DC7A2E;
}
</style>