Shades of Tahiti Gold #DC7B2C
Tints of Tahiti Gold #DC7B2C
RGB
CMYK
RGB Variations
Color information
#DC7B2C (or 0xDC7B2C) is known color: Tahiti Gold. HEX triplet: DC, 7B and 2C. RGB value is (220,123,44). Sum of RGB (Red+Green+Blue) = 220+123+44=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B2C is #2384D3. Grayscale: #8F8F8F. Windows color (decimal): -2327764 or 2915292. OLE color: 2915292.
HSL color Cylindrical-coordinate representation of color #DC7B2C: hue angle of 26.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC7B2C is Cyan = 0, Magento = 0.44, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 44 | - |
| CMYK | 0 | 0.44 | 0.8 | 0.14 |
| HSL | 26.93º | 0.72% | 0.52% | - |
| HSV(B) | 26.93º | 0.8% | 0.86% | - |
| XYZ | 37.05 | 29.56 | 6.14 | - |
| YUV | 143 | 72.14 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 44 | 0 | 0.44 | 0.8 | 0.14 | 26.93 | 0.72 | 0.52 |
| Hex | DC | 7B | 2C | 0 | 2C | 50 | E | 1B | 48 | 34 |
| Octal | 334 | 173 | 54 | 0 | 54 | 120 | 16 | 33 | 110 | 64 |
| Binary | 11011100 | 1111011 | 101100 | 0 | 101100 | 1010000 | 1110 | 11011 | 1001000 | 110100 |
Color Harmonies of #DC7B2C
Complementary color
Monochromatic Colors of #DC7B2C
Black with #DC7B2C
Text Example
Text Example
White with #DC7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B2C; }
p { color: rgb(220,123,44); }
H1.HeaderClassName
{
color: #DC7B2C;
}
.AnyTagClassName
{
color: #DC7B2C;
}
</style>
background-color css
<style>
a { background-color: #DC7B2C; }
a { background-color: rgb(220,123,44); }
div.DivClassName
{
background-color: #DC7B2C;
}
.BgClassName
{
background-color: #DC7B2C;
}
</style>
border-color css
<style>
span { border-color: #DC7B2C; }
span { border-color: rgb(220,123,44); }
td.TdClassName
{
border-color: #DC7B2C;
}
.TagClassName
{
border-color: #DC7B2C;
}
</style>