Shades of Tahiti Gold #DC7A2D
Tints of Tahiti Gold #DC7A2D
RGB
CMYK
RGB Variations
Color information
#DC7A2D (or 0xDC7A2D) is known color: Tahiti Gold. HEX triplet: DC, 7A and 2D. RGB value is (220,122,45). Sum of RGB (Red+Green+Blue) = 220+122+45=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A2D is #2385D2. Grayscale: #8E8E8E. Windows color (decimal): -2328019 or 2980572. OLE color: 2980572.
HSL color Cylindrical-coordinate representation of color #DC7A2D: hue angle of 26.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC7A2D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 45 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.14 |
| HSL | 26.4º | 0.71% | 0.52% | - |
| HSV(B) | 26.4º | 0.8% | 0.86% | - |
| XYZ | 36.95 | 29.32 | 6.2 | - |
| YUV | 142.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 45 | 0 | 0.45 | 0.80 | 0.14 | 26.4 | 0.71 | 0.52 |
| Hex | DC | 7A | 2D | 0 | 2D | 50 | E | 1A | 47 | 34 |
| Octal | 334 | 172 | 55 | 0 | 55 | 120 | 16 | 32 | 107 | 64 |
| Binary | 11011100 | 1111010 | 101101 | 0 | 101101 | 1010000 | 1110 | 11010 | 1000111 | 110100 |
Color Harmonies of #DC7A2D
Complementary color
Monochromatic Colors of #DC7A2D
Black with #DC7A2D
Text Example
Text Example
White with #DC7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A2D; }
p { color: rgb(220,122,45); }
H1.HeaderClassName
{
color: #DC7A2D;
}
.AnyTagClassName
{
color: #DC7A2D;
}
</style>
background-color css
<style>
a { background-color: #DC7A2D; }
a { background-color: rgb(220,122,45); }
div.DivClassName
{
background-color: #DC7A2D;
}
.BgClassName
{
background-color: #DC7A2D;
}
</style>
border-color css
<style>
span { border-color: #DC7A2D; }
span { border-color: rgb(220,122,45); }
td.TdClassName
{
border-color: #DC7A2D;
}
.TagClassName
{
border-color: #DC7A2D;
}
</style>