Shades of Tahiti Gold #DC761F
Tints of Tahiti Gold #DC761F
RGB
CMYK
RGB Variations
Color information
#DC761F (or 0xDC761F) is known color: Tahiti Gold. HEX triplet: DC, 76 and 1F. RGB value is (220,118,31). Sum of RGB (Red+Green+Blue) = 220+118+31=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC761F is #2389E0. Grayscale: #8B8B8B. Windows color (decimal): -2329057 or 2062044. OLE color: 2062044.
HSL color Cylindrical-coordinate representation of color #DC761F: hue angle of 27.62º degrees, saturation: 0.75, 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 #DC761F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.14 |
| HSL | 27.62º | 0.75% | 0.49% | - |
| HSV(B) | 27.62º | 0.86% | 0.86% | - |
| XYZ | 36.24 | 28.27 | 4.84 | - |
| YUV | 138.58 | 67.29 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 31 | 0 | 0.46 | 0.86 | 0.14 | 27.62 | 0.75 | 0.49 |
| Hex | DC | 76 | 1F | 0 | 2E | 56 | E | 1C | 4B | 31 |
| Octal | 334 | 166 | 37 | 0 | 56 | 126 | 16 | 34 | 113 | 61 |
| Binary | 11011100 | 1110110 | 11111 | 0 | 101110 | 1010110 | 1110 | 11100 | 1001011 | 110001 |
Color Harmonies of #DC761F
Complementary color
Monochromatic Colors of #DC761F
Black with #DC761F
Text Example
Text Example
White with #DC761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC761F; }
p { color: rgb(220,118,31); }
H1.HeaderClassName
{
color: #DC761F;
}
.AnyTagClassName
{
color: #DC761F;
}
</style>
background-color css
<style>
a { background-color: #DC761F; }
a { background-color: rgb(220,118,31); }
div.DivClassName
{
background-color: #DC761F;
}
.BgClassName
{
background-color: #DC761F;
}
</style>
border-color css
<style>
span { border-color: #DC761F; }
span { border-color: rgb(220,118,31); }
td.TdClassName
{
border-color: #DC761F;
}
.TagClassName
{
border-color: #DC761F;
}
</style>