Shades of Tahiti Gold #DC7A23
Tints of Tahiti Gold #DC7A23
RGB
CMYK
RGB Variations
Color information
#DC7A23 (or 0xDC7A23) is known color: Tahiti Gold. HEX triplet: DC, 7A and 23. RGB value is (220,122,35). Sum of RGB (Red+Green+Blue) = 220+122+35=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A23 is #2385DC. Grayscale: #8D8D8D. Windows color (decimal): -2328029 or 2325212. OLE color: 2325212.
HSL color Cylindrical-coordinate representation of color #DC7A23: hue angle of 28.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC7A23 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 35 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.14 |
| HSL | 28.22º | 0.73% | 0.5% | - |
| HSV(B) | 28.22º | 0.84% | 0.86% | - |
| XYZ | 36.78 | 29.26 | 5.3 | - |
| YUV | 141.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 35 | 0 | 0.45 | 0.84 | 0.14 | 28.22 | 0.73 | 0.5 |
| Hex | DC | 7A | 23 | 0 | 2D | 54 | E | 1C | 49 | 32 |
| Octal | 334 | 172 | 43 | 0 | 55 | 124 | 16 | 34 | 111 | 62 |
| Binary | 11011100 | 1111010 | 100011 | 0 | 101101 | 1010100 | 1110 | 11100 | 1001001 | 110010 |
Color Harmonies of #DC7A23
Complementary color
Monochromatic Colors of #DC7A23
Black with #DC7A23
Text Example
Text Example
White with #DC7A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A23; }
p { color: rgb(220,122,35); }
H1.HeaderClassName
{
color: #DC7A23;
}
.AnyTagClassName
{
color: #DC7A23;
}
</style>
background-color css
<style>
a { background-color: #DC7A23; }
a { background-color: rgb(220,122,35); }
div.DivClassName
{
background-color: #DC7A23;
}
.BgClassName
{
background-color: #DC7A23;
}
</style>
border-color css
<style>
span { border-color: #DC7A23; }
span { border-color: rgb(220,122,35); }
td.TdClassName
{
border-color: #DC7A23;
}
.TagClassName
{
border-color: #DC7A23;
}
</style>