Shades of Tahiti Gold #DC731D
Tints of Tahiti Gold #DC731D
RGB
CMYK
RGB Variations
Color information
#DC731D (or 0xDC731D) is known color: Tahiti Gold. HEX triplet: DC, 73 and 1D. RGB value is (220,115,29). Sum of RGB (Red+Green+Blue) = 220+115+29=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC731D is #238CE2. Grayscale: #898989. Windows color (decimal): -2329827 or 1930204. OLE color: 1930204.
HSL color Cylindrical-coordinate representation of color #DC731D: hue angle of 27.02º 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 #DC731D is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 29 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.14 |
| HSL | 27.02º | 0.77% | 0.49% | - |
| HSV(B) | 27.02º | 0.87% | 0.86% | - |
| XYZ | 35.87 | 27.57 | 4.59 | - |
| YUV | 136.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 29 | 0 | 0.48 | 0.87 | 0.14 | 27.02 | 0.77 | 0.49 |
| Hex | DC | 73 | 1D | 0 | 30 | 57 | E | 1B | 4D | 31 |
| Octal | 334 | 163 | 35 | 0 | 60 | 127 | 16 | 33 | 115 | 61 |
| Binary | 11011100 | 1110011 | 11101 | 0 | 110000 | 1010111 | 1110 | 11011 | 1001101 | 110001 |
Color Harmonies of #DC731D
Complementary color
Monochromatic Colors of #DC731D
Black with #DC731D
Text Example
Text Example
White with #DC731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC731D; }
p { color: rgb(220,115,29); }
H1.HeaderClassName
{
color: #DC731D;
}
.AnyTagClassName
{
color: #DC731D;
}
</style>
background-color css
<style>
a { background-color: #DC731D; }
a { background-color: rgb(220,115,29); }
div.DivClassName
{
background-color: #DC731D;
}
.BgClassName
{
background-color: #DC731D;
}
</style>
border-color css
<style>
span { border-color: #DC731D; }
span { border-color: rgb(220,115,29); }
td.TdClassName
{
border-color: #DC731D;
}
.TagClassName
{
border-color: #DC731D;
}
</style>