Shades of Tahiti Gold #DF761E
Tints of Tahiti Gold #DF761E
RGB
CMYK
RGB Variations
Color information
#DF761E (or 0xDF761E) is known color: Tahiti Gold. HEX triplet: DF, 76 and 1E. RGB value is (223,118,30). Sum of RGB (Red+Green+Blue) = 223+118+30=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF761E is #2089E1. Grayscale: #8B8B8B. Windows color (decimal): -2132450 or 1996511. OLE color: 1996511.
HSL color Cylindrical-coordinate representation of color #DF761E: hue angle of 27.36º 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 #DF761E is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 30 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.13 |
| HSL | 27.36º | 0.76% | 0.5% | - |
| HSV(B) | 27.36º | 0.87% | 0.87% | - |
| XYZ | 37.14 | 28.74 | 4.82 | - |
| YUV | 139.36 | 66.29 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 30 | 0 | 0.47 | 0.87 | 0.13 | 27.36 | 0.76 | 0.5 |
| Hex | DF | 76 | 1E | 0 | 2F | 57 | D | 1B | 4C | 32 |
| Octal | 337 | 166 | 36 | 0 | 57 | 127 | 15 | 33 | 114 | 62 |
| Binary | 11011111 | 1110110 | 11110 | 0 | 101111 | 1010111 | 1101 | 11011 | 1001100 | 110010 |
Color Harmonies of #DF761E
Complementary color
Monochromatic Colors of #DF761E
Black with #DF761E
Text Example
Text Example
White with #DF761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF761E; }
p { color: rgb(223,118,30); }
H1.HeaderClassName
{
color: #DF761E;
}
.AnyTagClassName
{
color: #DF761E;
}
</style>
background-color css
<style>
a { background-color: #DF761E; }
a { background-color: rgb(223,118,30); }
div.DivClassName
{
background-color: #DF761E;
}
.BgClassName
{
background-color: #DF761E;
}
</style>
border-color css
<style>
span { border-color: #DF761E; }
span { border-color: rgb(223,118,30); }
td.TdClassName
{
border-color: #DF761E;
}
.TagClassName
{
border-color: #DF761E;
}
</style>