Shades of Tahiti Gold #DF7E1D
Tints of Tahiti Gold #DF7E1D
RGB
CMYK
RGB Variations
Color information
#DF7E1D (or 0xDF7E1D) is known color: Tahiti Gold. HEX triplet: DF, 7E and 1D. RGB value is (223,126,29). Sum of RGB (Red+Green+Blue) = 223+126+29=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7E1D is #2081E2. Grayscale: #909090. Windows color (decimal): -2130403 or 1933023. OLE color: 1933023.
HSL color Cylindrical-coordinate representation of color #DF7E1D: hue angle of 30º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF7E1D is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 29 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.13 |
| HSL | 30º | 0.77% | 0.49% | - |
| HSV(B) | 30º | 0.87% | 0.87% | - |
| XYZ | 38.11 | 30.7 | 5.08 | - |
| YUV | 143.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 29 | 0 | 0.43 | 0.87 | 0.13 | 30 | 0.77 | 0.49 |
| Hex | DF | 7E | 1D | 0 | 2B | 57 | D | 1E | 4D | 31 |
| Octal | 337 | 176 | 35 | 0 | 53 | 127 | 15 | 36 | 115 | 61 |
| Binary | 11011111 | 1111110 | 11101 | 0 | 101011 | 1010111 | 1101 | 11110 | 1001101 | 110001 |
Color Harmonies of #DF7E1D
Complementary color
Monochromatic Colors of #DF7E1D
Black with #DF7E1D
Text Example
Text Example
White with #DF7E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E1D; }
p { color: rgb(223,126,29); }
H1.HeaderClassName
{
color: #DF7E1D;
}
.AnyTagClassName
{
color: #DF7E1D;
}
</style>
background-color css
<style>
a { background-color: #DF7E1D; }
a { background-color: rgb(223,126,29); }
div.DivClassName
{
background-color: #DF7E1D;
}
.BgClassName
{
background-color: #DF7E1D;
}
</style>
border-color css
<style>
span { border-color: #DF7E1D; }
span { border-color: rgb(223,126,29); }
td.TdClassName
{
border-color: #DF7E1D;
}
.TagClassName
{
border-color: #DF7E1D;
}
</style>