Shades of Tahiti Gold #DC7121
Tints of Tahiti Gold #DC7121
RGB
CMYK
RGB Variations
Color information
#DC7121 (or 0xDC7121) is known color: Tahiti Gold. HEX triplet: DC, 71 and 21. RGB value is (220,113,33). Sum of RGB (Red+Green+Blue) = 220+113+33=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7121 is #238EDE. Grayscale: #888888. Windows color (decimal): -2330335 or 2191836. OLE color: 2191836.
HSL color Cylindrical-coordinate representation of color #DC7121: hue angle of 25.67º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC7121 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 33 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.14 |
| HSL | 25.67º | 0.74% | 0.5% | - |
| HSV(B) | 25.67º | 0.85% | 0.86% | - |
| XYZ | 35.69 | 27.14 | 4.8 | - |
| YUV | 135.87 | 69.95 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 33 | 0 | 0.49 | 0.85 | 0.14 | 25.67 | 0.74 | 0.5 |
| Hex | DC | 71 | 21 | 0 | 31 | 55 | E | 1A | 4A | 32 |
| Octal | 334 | 161 | 41 | 0 | 61 | 125 | 16 | 32 | 112 | 62 |
| Binary | 11011100 | 1110001 | 100001 | 0 | 110001 | 1010101 | 1110 | 11010 | 1001010 | 110010 |
Color Harmonies of #DC7121
Complementary color
Monochromatic Colors of #DC7121
Black with #DC7121
Text Example
Text Example
White with #DC7121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7121; }
p { color: rgb(220,113,33); }
H1.HeaderClassName
{
color: #DC7121;
}
.AnyTagClassName
{
color: #DC7121;
}
</style>
background-color css
<style>
a { background-color: #DC7121; }
a { background-color: rgb(220,113,33); }
div.DivClassName
{
background-color: #DC7121;
}
.BgClassName
{
background-color: #DC7121;
}
</style>
border-color css
<style>
span { border-color: #DC7121; }
span { border-color: rgb(220,113,33); }
td.TdClassName
{
border-color: #DC7121;
}
.TagClassName
{
border-color: #DC7121;
}
</style>