Shades of Tahiti Gold #DF762F
Tints of Tahiti Gold #DF762F
RGB
CMYK
RGB Variations
Color information
#DF762F (or 0xDF762F) is known color: Tahiti Gold. HEX triplet: DF, 76 and 2F. RGB value is (223,118,47). Sum of RGB (Red+Green+Blue) = 223+118+47=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF762F is #2089D0. Grayscale: #8D8D8D. Windows color (decimal): -2132433 or 3110623. OLE color: 3110623.
HSL color Cylindrical-coordinate representation of color #DF762F: hue angle of 24.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF762F is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 47 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.13 |
| HSL | 24.2º | 0.73% | 0.53% | - |
| HSV(B) | 24.2º | 0.79% | 0.87% | - |
| XYZ | 37.42 | 28.85 | 6.29 | - |
| YUV | 141.3 | 74.79 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 47 | 0 | 0.47 | 0.79 | 0.13 | 24.2 | 0.73 | 0.53 |
| Hex | DF | 76 | 2F | 0 | 2F | 4F | D | 18 | 49 | 35 |
| Octal | 337 | 166 | 57 | 0 | 57 | 117 | 15 | 30 | 111 | 65 |
| Binary | 11011111 | 1110110 | 101111 | 0 | 101111 | 1001111 | 1101 | 11000 | 1001001 | 110101 |
Color Harmonies of #DF762F
Complementary color
Monochromatic Colors of #DF762F
Black with #DF762F
Text Example
Text Example
White with #DF762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF762F; }
p { color: rgb(223,118,47); }
H1.HeaderClassName
{
color: #DF762F;
}
.AnyTagClassName
{
color: #DF762F;
}
</style>
background-color css
<style>
a { background-color: #DF762F; }
a { background-color: rgb(223,118,47); }
div.DivClassName
{
background-color: #DF762F;
}
.BgClassName
{
background-color: #DF762F;
}
</style>
border-color css
<style>
span { border-color: #DF762F; }
span { border-color: rgb(223,118,47); }
td.TdClassName
{
border-color: #DF762F;
}
.TagClassName
{
border-color: #DF762F;
}
</style>