Shades of Tahiti Gold #DC731E
Tints of Tahiti Gold #DC731E
RGB
CMYK
RGB Variations
Color information
#DC731E (or 0xDC731E) is known color: Tahiti Gold. HEX triplet: DC, 73 and 1E. RGB value is (220,115,30). Sum of RGB (Red+Green+Blue) = 220+115+30=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC731E is #238CE1. Grayscale: #898989. Windows color (decimal): -2329826 or 1995740. OLE color: 1995740.
HSL color Cylindrical-coordinate representation of color #DC731E: hue angle of 26.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC731E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 30 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.14 |
| HSL | 26.84º | 0.76% | 0.49% | - |
| HSV(B) | 26.84º | 0.86% | 0.86% | - |
| XYZ | 35.88 | 27.57 | 4.66 | - |
| YUV | 136.71 | 67.79 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 30 | 0 | 0.48 | 0.86 | 0.14 | 26.84 | 0.76 | 0.49 |
| Hex | DC | 73 | 1E | 0 | 30 | 56 | E | 1B | 4C | 31 |
| Octal | 334 | 163 | 36 | 0 | 60 | 126 | 16 | 33 | 114 | 61 |
| Binary | 11011100 | 1110011 | 11110 | 0 | 110000 | 1010110 | 1110 | 11011 | 1001100 | 110001 |
Color Harmonies of #DC731E
Complementary color
Monochromatic Colors of #DC731E
Black with #DC731E
Text Example
Text Example
White with #DC731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC731E; }
p { color: rgb(220,115,30); }
H1.HeaderClassName
{
color: #DC731E;
}
.AnyTagClassName
{
color: #DC731E;
}
</style>
background-color css
<style>
a { background-color: #DC731E; }
a { background-color: rgb(220,115,30); }
div.DivClassName
{
background-color: #DC731E;
}
.BgClassName
{
background-color: #DC731E;
}
</style>
border-color css
<style>
span { border-color: #DC731E; }
span { border-color: rgb(220,115,30); }
td.TdClassName
{
border-color: #DC731E;
}
.TagClassName
{
border-color: #DC731E;
}
</style>