Shades of Tahiti Gold #DC7923
Tints of Tahiti Gold #DC7923
RGB
CMYK
RGB Variations
Color information
#DC7923 (or 0xDC7923) is known color: Tahiti Gold. HEX triplet: DC, 79 and 23. RGB value is (220,121,35). Sum of RGB (Red+Green+Blue) = 220+121+35=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7923 is #2386DC. Grayscale: #8D8D8D. Windows color (decimal): -2328285 or 2324956. OLE color: 2324956.
HSL color Cylindrical-coordinate representation of color #DC7923: hue angle of 27.89º 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 #DC7923 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 35 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.14 |
| HSL | 27.89º | 0.73% | 0.5% | - |
| HSV(B) | 27.89º | 0.84% | 0.86% | - |
| XYZ | 36.66 | 29.01 | 5.26 | - |
| YUV | 140.8 | 68.3 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 35 | 0 | 0.45 | 0.84 | 0.14 | 27.89 | 0.73 | 0.5 |
| Hex | DC | 79 | 23 | 0 | 2D | 54 | E | 1C | 49 | 32 |
| Octal | 334 | 171 | 43 | 0 | 55 | 124 | 16 | 34 | 111 | 62 |
| Binary | 11011100 | 1111001 | 100011 | 0 | 101101 | 1010100 | 1110 | 11100 | 1001001 | 110010 |
Color Harmonies of #DC7923
Complementary color
Monochromatic Colors of #DC7923
Black with #DC7923
Text Example
Text Example
White with #DC7923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7923; }
p { color: rgb(220,121,35); }
H1.HeaderClassName
{
color: #DC7923;
}
.AnyTagClassName
{
color: #DC7923;
}
</style>
background-color css
<style>
a { background-color: #DC7923; }
a { background-color: rgb(220,121,35); }
div.DivClassName
{
background-color: #DC7923;
}
.BgClassName
{
background-color: #DC7923;
}
</style>
border-color css
<style>
span { border-color: #DC7923; }
span { border-color: rgb(220,121,35); }
td.TdClassName
{
border-color: #DC7923;
}
.TagClassName
{
border-color: #DC7923;
}
</style>