Shades of Tahiti Gold #DC7028
Tints of Tahiti Gold #DC7028
RGB
CMYK
RGB Variations
Color information
#DC7028 (or 0xDC7028) is known color: Tahiti Gold. HEX triplet: DC, 70 and 28. RGB value is (220,112,40). Sum of RGB (Red+Green+Blue) = 220+112+40=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7028 is #238FD7. Grayscale: #888888. Windows color (decimal): -2330584 or 2650332. OLE color: 2650332.
HSL color Cylindrical-coordinate representation of color #DC7028: hue angle of 24º 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 #DC7028 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 40 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.14 |
| HSL | 24º | 0.72% | 0.51% | - |
| HSV(B) | 24º | 0.82% | 0.86% | - |
| XYZ | 35.69 | 26.96 | 5.33 | - |
| YUV | 136.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 40 | 0 | 0.49 | 0.82 | 0.14 | 24 | 0.72 | 0.51 |
| Hex | DC | 70 | 28 | 0 | 31 | 52 | E | 18 | 48 | 33 |
| Octal | 334 | 160 | 50 | 0 | 61 | 122 | 16 | 30 | 110 | 63 |
| Binary | 11011100 | 1110000 | 101000 | 0 | 110001 | 1010010 | 1110 | 11000 | 1001000 | 110011 |
Color Harmonies of #DC7028
Complementary color
Monochromatic Colors of #DC7028
Black with #DC7028
Text Example
Text Example
White with #DC7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7028; }
p { color: rgb(220,112,40); }
H1.HeaderClassName
{
color: #DC7028;
}
.AnyTagClassName
{
color: #DC7028;
}
</style>
background-color css
<style>
a { background-color: #DC7028; }
a { background-color: rgb(220,112,40); }
div.DivClassName
{
background-color: #DC7028;
}
.BgClassName
{
background-color: #DC7028;
}
</style>
border-color css
<style>
span { border-color: #DC7028; }
span { border-color: rgb(220,112,40); }
td.TdClassName
{
border-color: #DC7028;
}
.TagClassName
{
border-color: #DC7028;
}
</style>