Shades of Tahiti Gold #DC8024
Tints of Tahiti Gold #DC8024
RGB
CMYK
RGB Variations
Color information
#DC8024 (or 0xDC8024) is known color: Tahiti Gold. HEX triplet: DC, 80 and 24. RGB value is (220,128,36). Sum of RGB (Red+Green+Blue) = 220+128+36=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8024 is #237FDB. Grayscale: #919191. Windows color (decimal): -2326492 or 2392284. OLE color: 2392284.
HSL color Cylindrical-coordinate representation of color #DC8024: hue angle of 30º 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 #DC8024 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 36 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.14 |
| HSL | 30º | 0.72% | 0.5% | - |
| HSV(B) | 30º | 0.84% | 0.86% | - |
| XYZ | 37.55 | 30.78 | 5.63 | - |
| YUV | 145.02 | 66.48 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 36 | 0 | 0.42 | 0.84 | 0.14 | 30 | 0.72 | 0.5 |
| Hex | DC | 80 | 24 | 0 | 2A | 54 | E | 1E | 48 | 32 |
| Octal | 334 | 200 | 44 | 0 | 52 | 124 | 16 | 36 | 110 | 62 |
| Binary | 11011100 | 10000000 | 100100 | 0 | 101010 | 1010100 | 1110 | 11110 | 1001000 | 110010 |
Color Harmonies of #DC8024
Complementary color
Monochromatic Colors of #DC8024
Black with #DC8024
Text Example
Text Example
White with #DC8024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8024; }
p { color: rgb(220,128,36); }
H1.HeaderClassName
{
color: #DC8024;
}
.AnyTagClassName
{
color: #DC8024;
}
</style>
background-color css
<style>
a { background-color: #DC8024; }
a { background-color: rgb(220,128,36); }
div.DivClassName
{
background-color: #DC8024;
}
.BgClassName
{
background-color: #DC8024;
}
</style>
border-color css
<style>
span { border-color: #DC8024; }
span { border-color: rgb(220,128,36); }
td.TdClassName
{
border-color: #DC8024;
}
.TagClassName
{
border-color: #DC8024;
}
</style>