Shades of Tahiti Gold #DC771F
Tints of Tahiti Gold #DC771F
RGB
CMYK
RGB Variations
Color information
#DC771F (or 0xDC771F) is known color: Tahiti Gold. HEX triplet: DC, 77 and 1F. RGB value is (220,119,31). Sum of RGB (Red+Green+Blue) = 220+119+31=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC771F is #2388E0. Grayscale: #8B8B8B. Windows color (decimal): -2328801 or 2062300. OLE color: 2062300.
HSL color Cylindrical-coordinate representation of color #DC771F: hue angle of 27.94º 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 #DC771F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.14 |
| HSL | 27.94º | 0.75% | 0.49% | - |
| HSV(B) | 27.94º | 0.86% | 0.86% | - |
| XYZ | 36.36 | 28.51 | 4.88 | - |
| YUV | 139.17 | 66.96 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 31 | 0 | 0.46 | 0.86 | 0.14 | 27.94 | 0.75 | 0.49 |
| Hex | DC | 77 | 1F | 0 | 2E | 56 | E | 1C | 4B | 31 |
| Octal | 334 | 167 | 37 | 0 | 56 | 126 | 16 | 34 | 113 | 61 |
| Binary | 11011100 | 1110111 | 11111 | 0 | 101110 | 1010110 | 1110 | 11100 | 1001011 | 110001 |
Color Harmonies of #DC771F
Complementary color
Monochromatic Colors of #DC771F
Black with #DC771F
Text Example
Text Example
White with #DC771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC771F; }
p { color: rgb(220,119,31); }
H1.HeaderClassName
{
color: #DC771F;
}
.AnyTagClassName
{
color: #DC771F;
}
</style>
background-color css
<style>
a { background-color: #DC771F; }
a { background-color: rgb(220,119,31); }
div.DivClassName
{
background-color: #DC771F;
}
.BgClassName
{
background-color: #DC771F;
}
</style>
border-color css
<style>
span { border-color: #DC771F; }
span { border-color: rgb(220,119,31); }
td.TdClassName
{
border-color: #DC771F;
}
.TagClassName
{
border-color: #DC771F;
}
</style>