Shades of Tahiti Gold #DC7E27
Tints of Tahiti Gold #DC7E27
RGB
CMYK
RGB Variations
Color information
#DC7E27 (or 0xDC7E27) is known color: Tahiti Gold. HEX triplet: DC, 7E and 27. RGB value is (220,126,39). Sum of RGB (Red+Green+Blue) = 220+126+39=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E27 is #2381D8. Grayscale: #909090. Windows color (decimal): -2327001 or 2588380. OLE color: 2588380.
HSL color Cylindrical-coordinate representation of color #DC7E27: hue angle of 28.84º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC7E27 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 39 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.14 |
| HSL | 28.84º | 0.72% | 0.51% | - |
| HSV(B) | 28.84º | 0.82% | 0.86% | - |
| XYZ | 37.34 | 30.28 | 5.8 | - |
| YUV | 144.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 39 | 0 | 0.43 | 0.82 | 0.14 | 28.84 | 0.72 | 0.51 |
| Hex | DC | 7E | 27 | 0 | 2B | 52 | E | 1D | 48 | 33 |
| Octal | 334 | 176 | 47 | 0 | 53 | 122 | 16 | 35 | 110 | 63 |
| Binary | 11011100 | 1111110 | 100111 | 0 | 101011 | 1010010 | 1110 | 11101 | 1001000 | 110011 |
Color Harmonies of #DC7E27
Complementary color
Monochromatic Colors of #DC7E27
Black with #DC7E27
Text Example
Text Example
White with #DC7E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E27; }
p { color: rgb(220,126,39); }
H1.HeaderClassName
{
color: #DC7E27;
}
.AnyTagClassName
{
color: #DC7E27;
}
</style>
background-color css
<style>
a { background-color: #DC7E27; }
a { background-color: rgb(220,126,39); }
div.DivClassName
{
background-color: #DC7E27;
}
.BgClassName
{
background-color: #DC7E27;
}
</style>
border-color css
<style>
span { border-color: #DC7E27; }
span { border-color: rgb(220,126,39); }
td.TdClassName
{
border-color: #DC7E27;
}
.TagClassName
{
border-color: #DC7E27;
}
</style>