Shades of Tahiti Gold #DC7B2A
Tints of Tahiti Gold #DC7B2A
RGB
CMYK
RGB Variations
Color information
#DC7B2A (or 0xDC7B2A) is known color: Tahiti Gold. HEX triplet: DC, 7B and 2A. RGB value is (220,123,42). Sum of RGB (Red+Green+Blue) = 220+123+42=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B2A is #2384D5. Grayscale: #8F8F8F. Windows color (decimal): -2327766 or 2784220. OLE color: 2784220.
HSL color Cylindrical-coordinate representation of color #DC7B2A: hue angle of 27.3º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC7B2A is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 42 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.14 |
| HSL | 27.3º | 0.72% | 0.51% | - |
| HSV(B) | 27.3º | 0.81% | 0.86% | - |
| XYZ | 37.02 | 29.55 | 5.94 | - |
| YUV | 142.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 42 | 0 | 0.44 | 0.81 | 0.14 | 27.3 | 0.72 | 0.51 |
| Hex | DC | 7B | 2A | 0 | 2C | 51 | E | 1B | 48 | 33 |
| Octal | 334 | 173 | 52 | 0 | 54 | 121 | 16 | 33 | 110 | 63 |
| Binary | 11011100 | 1111011 | 101010 | 0 | 101100 | 1010001 | 1110 | 11011 | 1001000 | 110011 |
Color Harmonies of #DC7B2A
Complementary color
Monochromatic Colors of #DC7B2A
Black with #DC7B2A
Text Example
Text Example
White with #DC7B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B2A; }
p { color: rgb(220,123,42); }
H1.HeaderClassName
{
color: #DC7B2A;
}
.AnyTagClassName
{
color: #DC7B2A;
}
</style>
background-color css
<style>
a { background-color: #DC7B2A; }
a { background-color: rgb(220,123,42); }
div.DivClassName
{
background-color: #DC7B2A;
}
.BgClassName
{
background-color: #DC7B2A;
}
</style>
border-color css
<style>
span { border-color: #DC7B2A; }
span { border-color: rgb(220,123,42); }
td.TdClassName
{
border-color: #DC7B2A;
}
.TagClassName
{
border-color: #DC7B2A;
}
</style>