Shades of Tahiti Gold #DC7E2F
Tints of Tahiti Gold #DC7E2F
RGB
CMYK
RGB Variations
Color information
#DC7E2F (or 0xDC7E2F) is known color: Tahiti Gold. HEX triplet: DC, 7E and 2F. RGB value is (220,126,47). Sum of RGB (Red+Green+Blue) = 220+126+47=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E2F is #2381D0. Grayscale: #919191. Windows color (decimal): -2326993 or 3112668. OLE color: 3112668.
HSL color Cylindrical-coordinate representation of color #DC7E2F: hue angle of 27.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC7E2F is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 47 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.14 |
| HSL | 27.4º | 0.71% | 0.52% | - |
| HSV(B) | 27.4º | 0.79% | 0.86% | - |
| XYZ | 37.49 | 30.34 | 6.57 | - |
| YUV | 145.1 | 72.64 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 47 | 0 | 0.43 | 0.79 | 0.14 | 27.4 | 0.71 | 0.52 |
| Hex | DC | 7E | 2F | 0 | 2B | 4F | E | 1B | 47 | 34 |
| Octal | 334 | 176 | 57 | 0 | 53 | 117 | 16 | 33 | 107 | 64 |
| Binary | 11011100 | 1111110 | 101111 | 0 | 101011 | 1001111 | 1110 | 11011 | 1000111 | 110100 |
Color Harmonies of #DC7E2F
Complementary color
Monochromatic Colors of #DC7E2F
Black with #DC7E2F
Text Example
Text Example
White with #DC7E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E2F; }
p { color: rgb(220,126,47); }
H1.HeaderClassName
{
color: #DC7E2F;
}
.AnyTagClassName
{
color: #DC7E2F;
}
</style>
background-color css
<style>
a { background-color: #DC7E2F; }
a { background-color: rgb(220,126,47); }
div.DivClassName
{
background-color: #DC7E2F;
}
.BgClassName
{
background-color: #DC7E2F;
}
</style>
border-color css
<style>
span { border-color: #DC7E2F; }
span { border-color: rgb(220,126,47); }
td.TdClassName
{
border-color: #DC7E2F;
}
.TagClassName
{
border-color: #DC7E2F;
}
</style>