Shades of Tahiti Gold #DF771D
Tints of Tahiti Gold #DF771D
RGB
CMYK
RGB Variations
Color information
#DF771D (or 0xDF771D) is known color: Tahiti Gold. HEX triplet: DF, 77 and 1D. RGB value is (223,119,29). Sum of RGB (Red+Green+Blue) = 223+119+29=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF771D is #2088E2. Grayscale: #8C8C8C. Windows color (decimal): -2132195 or 1931231. OLE color: 1931231.
HSL color Cylindrical-coordinate representation of color #DF771D: hue angle of 27.84º 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 #DF771D is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 29 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.13 |
| HSL | 27.84º | 0.77% | 0.49% | - |
| HSV(B) | 27.84º | 0.87% | 0.87% | - |
| XYZ | 37.25 | 28.97 | 4.79 | - |
| YUV | 139.84 | 65.46 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 29 | 0 | 0.47 | 0.87 | 0.13 | 27.84 | 0.77 | 0.49 |
| Hex | DF | 77 | 1D | 0 | 2F | 57 | D | 1C | 4D | 31 |
| Octal | 337 | 167 | 35 | 0 | 57 | 127 | 15 | 34 | 115 | 61 |
| Binary | 11011111 | 1110111 | 11101 | 0 | 101111 | 1010111 | 1101 | 11100 | 1001101 | 110001 |
Color Harmonies of #DF771D
Complementary color
Monochromatic Colors of #DF771D
Black with #DF771D
Text Example
Text Example
White with #DF771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF771D; }
p { color: rgb(223,119,29); }
H1.HeaderClassName
{
color: #DF771D;
}
.AnyTagClassName
{
color: #DF771D;
}
</style>
background-color css
<style>
a { background-color: #DF771D; }
a { background-color: rgb(223,119,29); }
div.DivClassName
{
background-color: #DF771D;
}
.BgClassName
{
background-color: #DF771D;
}
</style>
border-color css
<style>
span { border-color: #DF771D; }
span { border-color: rgb(223,119,29); }
td.TdClassName
{
border-color: #DF771D;
}
.TagClassName
{
border-color: #DF771D;
}
</style>