Shades of Tahiti Gold #DC8224
Tints of Tahiti Gold #DC8224
RGB
CMYK
RGB Variations
Color information
#DC8224 (or 0xDC8224) is known color: Tahiti Gold. HEX triplet: DC, 82 and 24. RGB value is (220,130,36). Sum of RGB (Red+Green+Blue) = 220+130+36=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8224 is #237DDB. Grayscale: #929292. Windows color (decimal): -2325980 or 2392796. OLE color: 2392796.
HSL color Cylindrical-coordinate representation of color #DC8224: hue angle of 30.65º degrees, saturation: 0.72, 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 #DC8224 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 36 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.14 |
| HSL | 30.65º | 0.72% | 0.5% | - |
| HSV(B) | 30.65º | 0.84% | 0.86% | - |
| XYZ | 37.82 | 31.31 | 5.72 | - |
| YUV | 146.19 | 65.82 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 36 | 0 | 0.41 | 0.84 | 0.14 | 30.65 | 0.72 | 0.5 |
| Hex | DC | 82 | 24 | 0 | 29 | 54 | E | 1F | 48 | 32 |
| Octal | 334 | 202 | 44 | 0 | 51 | 124 | 16 | 37 | 110 | 62 |
| Binary | 11011100 | 10000010 | 100100 | 0 | 101001 | 1010100 | 1110 | 11111 | 1001000 | 110010 |
Color Harmonies of #DC8224
Complementary color
Monochromatic Colors of #DC8224
Black with #DC8224
Text Example
Text Example
White with #DC8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8224; }
p { color: rgb(220,130,36); }
H1.HeaderClassName
{
color: #DC8224;
}
.AnyTagClassName
{
color: #DC8224;
}
</style>
background-color css
<style>
a { background-color: #DC8224; }
a { background-color: rgb(220,130,36); }
div.DivClassName
{
background-color: #DC8224;
}
.BgClassName
{
background-color: #DC8224;
}
</style>
border-color css
<style>
span { border-color: #DC8224; }
span { border-color: rgb(220,130,36); }
td.TdClassName
{
border-color: #DC8224;
}
.TagClassName
{
border-color: #DC8224;
}
</style>