Shades of Tahiti Gold #DC7934
Tints of Tahiti Gold #DC7934
RGB
CMYK
RGB Variations
Color information
#DC7934 (or 0xDC7934) is known color: Tahiti Gold. HEX triplet: DC, 79 and 34. RGB value is (220,121,52). Sum of RGB (Red+Green+Blue) = 220+121+52=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7934 is #2386CB. Grayscale: #8F8F8F. Windows color (decimal): -2328268 or 3439068. OLE color: 3439068.
HSL color Cylindrical-coordinate representation of color #DC7934: hue angle of 24.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC7934 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 52 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.14 |
| HSL | 24.64º | 0.71% | 0.53% | - |
| HSV(B) | 24.64º | 0.76% | 0.86% | - |
| XYZ | 36.97 | 29.14 | 6.92 | - |
| YUV | 142.74 | 76.8 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 52 | 0 | 0.45 | 0.76 | 0.14 | 24.64 | 0.71 | 0.53 |
| Hex | DC | 79 | 34 | 0 | 2D | 4C | E | 19 | 47 | 35 |
| Octal | 334 | 171 | 64 | 0 | 55 | 114 | 16 | 31 | 107 | 65 |
| Binary | 11011100 | 1111001 | 110100 | 0 | 101101 | 1001100 | 1110 | 11001 | 1000111 | 110101 |
Color Harmonies of #DC7934
Complementary color
Monochromatic Colors of #DC7934
Black with #DC7934
Text Example
Text Example
White with #DC7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7934; }
p { color: rgb(220,121,52); }
H1.HeaderClassName
{
color: #DC7934;
}
.AnyTagClassName
{
color: #DC7934;
}
</style>
background-color css
<style>
a { background-color: #DC7934; }
a { background-color: rgb(220,121,52); }
div.DivClassName
{
background-color: #DC7934;
}
.BgClassName
{
background-color: #DC7934;
}
</style>
border-color css
<style>
span { border-color: #DC7934; }
span { border-color: rgb(220,121,52); }
td.TdClassName
{
border-color: #DC7934;
}
.TagClassName
{
border-color: #DC7934;
}
</style>