Shades of Tahiti Gold #DF771E
Tints of Tahiti Gold #DF771E
RGB
CMYK
RGB Variations
Color information
#DF771E (or 0xDF771E) is known color: Tahiti Gold. HEX triplet: DF, 77 and 1E. RGB value is (223,119,30). Sum of RGB (Red+Green+Blue) = 223+119+30=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF771E is #2088E1. Grayscale: #8C8C8C. Windows color (decimal): -2132194 or 1996767. OLE color: 1996767.
HSL color Cylindrical-coordinate representation of color #DF771E: hue angle of 27.67º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF771E is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 30 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.13 |
| HSL | 27.67º | 0.76% | 0.5% | - |
| HSV(B) | 27.67º | 0.87% | 0.87% | - |
| XYZ | 37.26 | 28.98 | 4.86 | - |
| YUV | 139.95 | 65.96 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 30 | 0 | 0.47 | 0.87 | 0.13 | 27.67 | 0.76 | 0.5 |
| Hex | DF | 77 | 1E | 0 | 2F | 57 | D | 1C | 4C | 32 |
| Octal | 337 | 167 | 36 | 0 | 57 | 127 | 15 | 34 | 114 | 62 |
| Binary | 11011111 | 1110111 | 11110 | 0 | 101111 | 1010111 | 1101 | 11100 | 1001100 | 110010 |
Color Harmonies of #DF771E
Complementary color
Monochromatic Colors of #DF771E
Black with #DF771E
Text Example
Text Example
White with #DF771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF771E; }
p { color: rgb(223,119,30); }
H1.HeaderClassName
{
color: #DF771E;
}
.AnyTagClassName
{
color: #DF771E;
}
</style>
background-color css
<style>
a { background-color: #DF771E; }
a { background-color: rgb(223,119,30); }
div.DivClassName
{
background-color: #DF771E;
}
.BgClassName
{
background-color: #DF771E;
}
</style>
border-color css
<style>
span { border-color: #DF771E; }
span { border-color: rgb(223,119,30); }
td.TdClassName
{
border-color: #DF771E;
}
.TagClassName
{
border-color: #DF771E;
}
</style>