Shades of Tahiti Gold #DC741C
Tints of Tahiti Gold #DC741C
RGB
CMYK
RGB Variations
Color information
#DC741C (or 0xDC741C) is known color: Tahiti Gold. HEX triplet: DC, 74 and 1C. RGB value is (220,116,28). Sum of RGB (Red+Green+Blue) = 220+116+28=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC741C is #238BE3. Grayscale: #898989. Windows color (decimal): -2329572 or 1864924. OLE color: 1864924.
HSL color Cylindrical-coordinate representation of color #DC741C: hue angle of 27.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC741C is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 28 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.14 |
| HSL | 27.5º | 0.77% | 0.49% | - |
| HSV(B) | 27.5º | 0.87% | 0.86% | - |
| XYZ | 35.97 | 27.79 | 4.57 | - |
| YUV | 137.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 28 | 0 | 0.47 | 0.87 | 0.14 | 27.5 | 0.77 | 0.49 |
| Hex | DC | 74 | 1C | 0 | 2F | 57 | E | 1C | 4D | 31 |
| Octal | 334 | 164 | 34 | 0 | 57 | 127 | 16 | 34 | 115 | 61 |
| Binary | 11011100 | 1110100 | 11100 | 0 | 101111 | 1010111 | 1110 | 11100 | 1001101 | 110001 |
Color Harmonies of #DC741C
Complementary color
Monochromatic Colors of #DC741C
Black with #DC741C
Text Example
Text Example
White with #DC741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC741C; }
p { color: rgb(220,116,28); }
H1.HeaderClassName
{
color: #DC741C;
}
.AnyTagClassName
{
color: #DC741C;
}
</style>
background-color css
<style>
a { background-color: #DC741C; }
a { background-color: rgb(220,116,28); }
div.DivClassName
{
background-color: #DC741C;
}
.BgClassName
{
background-color: #DC741C;
}
</style>
border-color css
<style>
span { border-color: #DC741C; }
span { border-color: rgb(220,116,28); }
td.TdClassName
{
border-color: #DC741C;
}
.TagClassName
{
border-color: #DC741C;
}
</style>