Shades of Tahiti Gold #DC7A1F
Tints of Tahiti Gold #DC7A1F
RGB
CMYK
RGB Variations
Color information
#DC7A1F (or 0xDC7A1F) is known color: Tahiti Gold. HEX triplet: DC, 7A and 1F. RGB value is (220,122,31). Sum of RGB (Red+Green+Blue) = 220+122+31=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A1F is #2385E0. Grayscale: #8D8D8D. Windows color (decimal): -2328033 or 2063068. OLE color: 2063068.
HSL color Cylindrical-coordinate representation of color #DC7A1F: hue angle of 28.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC7A1F is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 31 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.14 |
| HSL | 28.89º | 0.75% | 0.49% | - |
| HSV(B) | 28.89º | 0.86% | 0.86% | - |
| XYZ | 36.72 | 29.23 | 5 | - |
| YUV | 140.93 | 65.97 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 31 | 0 | 0.45 | 0.86 | 0.14 | 28.89 | 0.75 | 0.49 |
| Hex | DC | 7A | 1F | 0 | 2D | 56 | E | 1D | 4B | 31 |
| Octal | 334 | 172 | 37 | 0 | 55 | 126 | 16 | 35 | 113 | 61 |
| Binary | 11011100 | 1111010 | 11111 | 0 | 101101 | 1010110 | 1110 | 11101 | 1001011 | 110001 |
Color Harmonies of #DC7A1F
Complementary color
Monochromatic Colors of #DC7A1F
Black with #DC7A1F
Text Example
Text Example
White with #DC7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A1F; }
p { color: rgb(220,122,31); }
H1.HeaderClassName
{
color: #DC7A1F;
}
.AnyTagClassName
{
color: #DC7A1F;
}
</style>
background-color css
<style>
a { background-color: #DC7A1F; }
a { background-color: rgb(220,122,31); }
div.DivClassName
{
background-color: #DC7A1F;
}
.BgClassName
{
background-color: #DC7A1F;
}
</style>
border-color css
<style>
span { border-color: #DC7A1F; }
span { border-color: rgb(220,122,31); }
td.TdClassName
{
border-color: #DC7A1F;
}
.TagClassName
{
border-color: #DC7A1F;
}
</style>