Shades of Tahiti Gold #DC7928
Tints of Tahiti Gold #DC7928
RGB
CMYK
RGB Variations
Color information
#DC7928 (or 0xDC7928) is known color: Tahiti Gold. HEX triplet: DC, 79 and 28. RGB value is (220,121,40). Sum of RGB (Red+Green+Blue) = 220+121+40=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7928 is #2386D7. Grayscale: #8D8D8D. Windows color (decimal): -2328280 or 2652636. OLE color: 2652636.
HSL color Cylindrical-coordinate representation of color #DC7928: hue angle of 27º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC7928 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 40 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.14 |
| HSL | 27º | 0.72% | 0.51% | - |
| HSV(B) | 27º | 0.82% | 0.86% | - |
| XYZ | 36.74 | 29.04 | 5.68 | - |
| YUV | 141.37 | 70.8 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 40 | 0 | 0.45 | 0.82 | 0.14 | 27 | 0.72 | 0.51 |
| Hex | DC | 79 | 28 | 0 | 2D | 52 | E | 1B | 48 | 33 |
| Octal | 334 | 171 | 50 | 0 | 55 | 122 | 16 | 33 | 110 | 63 |
| Binary | 11011100 | 1111001 | 101000 | 0 | 101101 | 1010010 | 1110 | 11011 | 1001000 | 110011 |
Color Harmonies of #DC7928
Complementary color
Monochromatic Colors of #DC7928
Black with #DC7928
Text Example
Text Example
White with #DC7928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7928; }
p { color: rgb(220,121,40); }
H1.HeaderClassName
{
color: #DC7928;
}
.AnyTagClassName
{
color: #DC7928;
}
</style>
background-color css
<style>
a { background-color: #DC7928; }
a { background-color: rgb(220,121,40); }
div.DivClassName
{
background-color: #DC7928;
}
.BgClassName
{
background-color: #DC7928;
}
</style>
border-color css
<style>
span { border-color: #DC7928; }
span { border-color: rgb(220,121,40); }
td.TdClassName
{
border-color: #DC7928;
}
.TagClassName
{
border-color: #DC7928;
}
</style>