Shades of Tahiti Gold #DC7A22
Tints of Tahiti Gold #DC7A22
RGB
CMYK
RGB Variations
Color information
#DC7A22 (or 0xDC7A22) is known color: Tahiti Gold. HEX triplet: DC, 7A and 22. RGB value is (220,122,34). Sum of RGB (Red+Green+Blue) = 220+122+34=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A22 is #2385DD. Grayscale: #8D8D8D. Windows color (decimal): -2328030 or 2259676. OLE color: 2259676.
HSL color Cylindrical-coordinate representation of color #DC7A22: hue angle of 28.39º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC7A22 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 34 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.14 |
| HSL | 28.39º | 0.73% | 0.5% | - |
| HSV(B) | 28.39º | 0.85% | 0.86% | - |
| XYZ | 36.76 | 29.25 | 5.22 | - |
| YUV | 141.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 34 | 0 | 0.45 | 0.85 | 0.14 | 28.39 | 0.73 | 0.5 |
| Hex | DC | 7A | 22 | 0 | 2D | 55 | E | 1C | 49 | 32 |
| Octal | 334 | 172 | 42 | 0 | 55 | 125 | 16 | 34 | 111 | 62 |
| Binary | 11011100 | 1111010 | 100010 | 0 | 101101 | 1010101 | 1110 | 11100 | 1001001 | 110010 |
Color Harmonies of #DC7A22
Complementary color
Monochromatic Colors of #DC7A22
Black with #DC7A22
Text Example
Text Example
White with #DC7A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A22; }
p { color: rgb(220,122,34); }
H1.HeaderClassName
{
color: #DC7A22;
}
.AnyTagClassName
{
color: #DC7A22;
}
</style>
background-color css
<style>
a { background-color: #DC7A22; }
a { background-color: rgb(220,122,34); }
div.DivClassName
{
background-color: #DC7A22;
}
.BgClassName
{
background-color: #DC7A22;
}
</style>
border-color css
<style>
span { border-color: #DC7A22; }
span { border-color: rgb(220,122,34); }
td.TdClassName
{
border-color: #DC7A22;
}
.TagClassName
{
border-color: #DC7A22;
}
</style>