Shades of Tahiti Gold #DC7827
Tints of Tahiti Gold #DC7827
RGB
CMYK
RGB Variations
Color information
#DC7827 (or 0xDC7827) is known color: Tahiti Gold. HEX triplet: DC, 78 and 27. RGB value is (220,120,39). Sum of RGB (Red+Green+Blue) = 220+120+39=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7827 is #2387D8. Grayscale: #8D8D8D. Windows color (decimal): -2328537 or 2586844. OLE color: 2586844.
HSL color Cylindrical-coordinate representation of color #DC7827: hue angle of 26.85º 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 #DC7827 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 39 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.14 |
| HSL | 26.85º | 0.72% | 0.51% | - |
| HSV(B) | 26.85º | 0.82% | 0.86% | - |
| XYZ | 36.6 | 28.8 | 5.55 | - |
| YUV | 140.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 39 | 0 | 0.45 | 0.82 | 0.14 | 26.85 | 0.72 | 0.51 |
| Hex | DC | 78 | 27 | 0 | 2D | 52 | E | 1B | 48 | 33 |
| Octal | 334 | 170 | 47 | 0 | 55 | 122 | 16 | 33 | 110 | 63 |
| Binary | 11011100 | 1111000 | 100111 | 0 | 101101 | 1010010 | 1110 | 11011 | 1001000 | 110011 |
Color Harmonies of #DC7827
Complementary color
Monochromatic Colors of #DC7827
Black with #DC7827
Text Example
Text Example
White with #DC7827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7827; }
p { color: rgb(220,120,39); }
H1.HeaderClassName
{
color: #DC7827;
}
.AnyTagClassName
{
color: #DC7827;
}
</style>
background-color css
<style>
a { background-color: #DC7827; }
a { background-color: rgb(220,120,39); }
div.DivClassName
{
background-color: #DC7827;
}
.BgClassName
{
background-color: #DC7827;
}
</style>
border-color css
<style>
span { border-color: #DC7827; }
span { border-color: rgb(220,120,39); }
td.TdClassName
{
border-color: #DC7827;
}
.TagClassName
{
border-color: #DC7827;
}
</style>