Shades of Tahiti Gold #DF761B
Tints of Tahiti Gold #DF761B
RGB
CMYK
RGB Variations
Color information
#DF761B (or 0xDF761B) is known color: Tahiti Gold. HEX triplet: DF, 76 and 1B. RGB value is (223,118,27). Sum of RGB (Red+Green+Blue) = 223+118+27=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF761B is #2089E4. Grayscale: #8B8B8B. Windows color (decimal): -2132453 or 1799903. OLE color: 1799903.
HSL color Cylindrical-coordinate representation of color #DF761B: hue angle of 27.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF761B is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 27 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.13 |
| HSL | 27.86º | 0.78% | 0.49% | - |
| HSV(B) | 27.86º | 0.88% | 0.87% | - |
| XYZ | 37.11 | 28.72 | 4.63 | - |
| YUV | 139.02 | 64.79 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 27 | 0 | 0.47 | 0.88 | 0.13 | 27.86 | 0.78 | 0.49 |
| Hex | DF | 76 | 1B | 0 | 2F | 58 | D | 1C | 4E | 31 |
| Octal | 337 | 166 | 33 | 0 | 57 | 130 | 15 | 34 | 116 | 61 |
| Binary | 11011111 | 1110110 | 11011 | 0 | 101111 | 1011000 | 1101 | 11100 | 1001110 | 110001 |
Color Harmonies of #DF761B
Complementary color
Monochromatic Colors of #DF761B
Black with #DF761B
Text Example
Text Example
White with #DF761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF761B; }
p { color: rgb(223,118,27); }
H1.HeaderClassName
{
color: #DF761B;
}
.AnyTagClassName
{
color: #DF761B;
}
</style>
background-color css
<style>
a { background-color: #DF761B; }
a { background-color: rgb(223,118,27); }
div.DivClassName
{
background-color: #DF761B;
}
.BgClassName
{
background-color: #DF761B;
}
</style>
border-color css
<style>
span { border-color: #DF761B; }
span { border-color: rgb(223,118,27); }
td.TdClassName
{
border-color: #DF761B;
}
.TagClassName
{
border-color: #DF761B;
}
</style>