Shades of Tahiti Gold #DC742B
Tints of Tahiti Gold #DC742B
RGB
CMYK
RGB Variations
Color information
#DC742B (or 0xDC742B) is known color: Tahiti Gold. HEX triplet: DC, 74 and 2B. RGB value is (220,116,43). Sum of RGB (Red+Green+Blue) = 220+116+43=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC742B is #238BD4. Grayscale: #8B8B8B. Windows color (decimal): -2329557 or 2847964. OLE color: 2847964.
HSL color Cylindrical-coordinate representation of color #DC742B: hue angle of 24.75º 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 #DC742B is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 43 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.14 |
| HSL | 24.75º | 0.72% | 0.52% | - |
| HSV(B) | 24.75º | 0.8% | 0.86% | - |
| XYZ | 36.2 | 27.88 | 5.76 | - |
| YUV | 138.77 | 73.96 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 43 | 0 | 0.47 | 0.80 | 0.14 | 24.75 | 0.72 | 0.52 |
| Hex | DC | 74 | 2B | 0 | 2F | 50 | E | 19 | 48 | 34 |
| Octal | 334 | 164 | 53 | 0 | 57 | 120 | 16 | 31 | 110 | 64 |
| Binary | 11011100 | 1110100 | 101011 | 0 | 101111 | 1010000 | 1110 | 11001 | 1001000 | 110100 |
Color Harmonies of #DC742B
Complementary color
Monochromatic Colors of #DC742B
Black with #DC742B
Text Example
Text Example
White with #DC742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC742B; }
p { color: rgb(220,116,43); }
H1.HeaderClassName
{
color: #DC742B;
}
.AnyTagClassName
{
color: #DC742B;
}
</style>
background-color css
<style>
a { background-color: #DC742B; }
a { background-color: rgb(220,116,43); }
div.DivClassName
{
background-color: #DC742B;
}
.BgClassName
{
background-color: #DC742B;
}
</style>
border-color css
<style>
span { border-color: #DC742B; }
span { border-color: rgb(220,116,43); }
td.TdClassName
{
border-color: #DC742B;
}
.TagClassName
{
border-color: #DC742B;
}
</style>