Shades of Tahiti Gold #DC7C23
Tints of Tahiti Gold #DC7C23
RGB
CMYK
RGB Variations
Color information
#DC7C23 (or 0xDC7C23) is known color: Tahiti Gold. HEX triplet: DC, 7C and 23. RGB value is (220,124,35). Sum of RGB (Red+Green+Blue) = 220+124+35=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7C23 is #2383DC. Grayscale: #8F8F8F. Windows color (decimal): -2327517 or 2325724. OLE color: 2325724.
HSL color Cylindrical-coordinate representation of color #DC7C23: hue angle of 28.86º 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 #DC7C23 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 35 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.14 |
| HSL | 28.86º | 0.73% | 0.5% | - |
| HSV(B) | 28.86º | 0.84% | 0.86% | - |
| XYZ | 37.03 | 29.75 | 5.38 | - |
| YUV | 142.56 | 67.3 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 35 | 0 | 0.44 | 0.84 | 0.14 | 28.86 | 0.73 | 0.5 |
| Hex | DC | 7C | 23 | 0 | 2C | 54 | E | 1D | 49 | 32 |
| Octal | 334 | 174 | 43 | 0 | 54 | 124 | 16 | 35 | 111 | 62 |
| Binary | 11011100 | 1111100 | 100011 | 0 | 101100 | 1010100 | 1110 | 11101 | 1001001 | 110010 |
Color Harmonies of #DC7C23
Complementary color
Monochromatic Colors of #DC7C23
Black with #DC7C23
Text Example
Text Example
White with #DC7C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C23; }
p { color: rgb(220,124,35); }
H1.HeaderClassName
{
color: #DC7C23;
}
.AnyTagClassName
{
color: #DC7C23;
}
</style>
background-color css
<style>
a { background-color: #DC7C23; }
a { background-color: rgb(220,124,35); }
div.DivClassName
{
background-color: #DC7C23;
}
.BgClassName
{
background-color: #DC7C23;
}
</style>
border-color css
<style>
span { border-color: #DC7C23; }
span { border-color: rgb(220,124,35); }
td.TdClassName
{
border-color: #DC7C23;
}
.TagClassName
{
border-color: #DC7C23;
}
</style>