Shades of Tahiti Gold #DC771C
Tints of Tahiti Gold #DC771C
RGB
CMYK
RGB Variations
Color information
#DC771C (or 0xDC771C) is known color: Tahiti Gold. HEX triplet: DC, 77 and 1C. RGB value is (220,119,28). Sum of RGB (Red+Green+Blue) = 220+119+28=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC771C is #2388E3. Grayscale: #8B8B8B. Windows color (decimal): -2328804 or 1865692. OLE color: 1865692.
HSL color Cylindrical-coordinate representation of color #DC771C: hue angle of 28.44º 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 #DC771C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 28 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.14 |
| HSL | 28.44º | 0.77% | 0.49% | - |
| HSV(B) | 28.44º | 0.87% | 0.86% | - |
| XYZ | 36.32 | 28.49 | 4.68 | - |
| YUV | 138.83 | 65.46 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 28 | 0 | 0.46 | 0.87 | 0.14 | 28.44 | 0.77 | 0.49 |
| Hex | DC | 77 | 1C | 0 | 2E | 57 | E | 1C | 4D | 31 |
| Octal | 334 | 167 | 34 | 0 | 56 | 127 | 16 | 34 | 115 | 61 |
| Binary | 11011100 | 1110111 | 11100 | 0 | 101110 | 1010111 | 1110 | 11100 | 1001101 | 110001 |
Color Harmonies of #DC771C
Complementary color
Monochromatic Colors of #DC771C
Black with #DC771C
Text Example
Text Example
White with #DC771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC771C; }
p { color: rgb(220,119,28); }
H1.HeaderClassName
{
color: #DC771C;
}
.AnyTagClassName
{
color: #DC771C;
}
</style>
background-color css
<style>
a { background-color: #DC771C; }
a { background-color: rgb(220,119,28); }
div.DivClassName
{
background-color: #DC771C;
}
.BgClassName
{
background-color: #DC771C;
}
</style>
border-color css
<style>
span { border-color: #DC771C; }
span { border-color: rgb(220,119,28); }
td.TdClassName
{
border-color: #DC771C;
}
.TagClassName
{
border-color: #DC771C;
}
</style>