Shades of Tahiti Gold #DC7030
Tints of Tahiti Gold #DC7030
RGB
CMYK
RGB Variations
Color information
#DC7030 (or 0xDC7030) is known color: Tahiti Gold. HEX triplet: DC, 70 and 30. RGB value is (220,112,48). Sum of RGB (Red+Green+Blue) = 220+112+48=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7030 is #238FCF. Grayscale: #898989. Windows color (decimal): -2330576 or 3174620. OLE color: 3174620.
HSL color Cylindrical-coordinate representation of color #DC7030: hue angle of 22.33º 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 #DC7030 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 48 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.14 |
| HSL | 22.33º | 0.71% | 0.53% | - |
| HSV(B) | 22.33º | 0.78% | 0.86% | - |
| XYZ | 35.84 | 27.02 | 6.12 | - |
| YUV | 137 | 77.78 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 48 | 0 | 0.49 | 0.78 | 0.14 | 22.33 | 0.71 | 0.53 |
| Hex | DC | 70 | 30 | 0 | 31 | 4E | E | 16 | 47 | 35 |
| Octal | 334 | 160 | 60 | 0 | 61 | 116 | 16 | 26 | 107 | 65 |
| Binary | 11011100 | 1110000 | 110000 | 0 | 110001 | 1001110 | 1110 | 10110 | 1000111 | 110101 |
Color Harmonies of #DC7030
Complementary color
Monochromatic Colors of #DC7030
Black with #DC7030
Text Example
Text Example
White with #DC7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7030; }
p { color: rgb(220,112,48); }
H1.HeaderClassName
{
color: #DC7030;
}
.AnyTagClassName
{
color: #DC7030;
}
</style>
background-color css
<style>
a { background-color: #DC7030; }
a { background-color: rgb(220,112,48); }
div.DivClassName
{
background-color: #DC7030;
}
.BgClassName
{
background-color: #DC7030;
}
</style>
border-color css
<style>
span { border-color: #DC7030; }
span { border-color: rgb(220,112,48); }
td.TdClassName
{
border-color: #DC7030;
}
.TagClassName
{
border-color: #DC7030;
}
</style>