Shades of Tahiti Gold #DC7831
Tints of Tahiti Gold #DC7831
RGB
CMYK
RGB Variations
Color information
#DC7831 (or 0xDC7831) is known color: Tahiti Gold. HEX triplet: DC, 78 and 31. RGB value is (220,120,49). Sum of RGB (Red+Green+Blue) = 220+120+49=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7831 is #2387CE. Grayscale: #8E8E8E. Windows color (decimal): -2328527 or 3242204. OLE color: 3242204.
HSL color Cylindrical-coordinate representation of color #DC7831: hue angle of 24.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC7831 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 49 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.14 |
| HSL | 24.91º | 0.71% | 0.53% | - |
| HSV(B) | 24.91º | 0.78% | 0.86% | - |
| XYZ | 36.79 | 28.87 | 6.54 | - |
| YUV | 141.81 | 75.63 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 49 | 0 | 0.45 | 0.78 | 0.14 | 24.91 | 0.71 | 0.53 |
| Hex | DC | 78 | 31 | 0 | 2D | 4E | E | 19 | 47 | 35 |
| Octal | 334 | 170 | 61 | 0 | 55 | 116 | 16 | 31 | 107 | 65 |
| Binary | 11011100 | 1111000 | 110001 | 0 | 101101 | 1001110 | 1110 | 11001 | 1000111 | 110101 |
Color Harmonies of #DC7831
Complementary color
Monochromatic Colors of #DC7831
Black with #DC7831
Text Example
Text Example
White with #DC7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7831; }
p { color: rgb(220,120,49); }
H1.HeaderClassName
{
color: #DC7831;
}
.AnyTagClassName
{
color: #DC7831;
}
</style>
background-color css
<style>
a { background-color: #DC7831; }
a { background-color: rgb(220,120,49); }
div.DivClassName
{
background-color: #DC7831;
}
.BgClassName
{
background-color: #DC7831;
}
</style>
border-color css
<style>
span { border-color: #DC7831; }
span { border-color: rgb(220,120,49); }
td.TdClassName
{
border-color: #DC7831;
}
.TagClassName
{
border-color: #DC7831;
}
</style>