Shades of Tahiti Gold #DF772B
Tints of Tahiti Gold #DF772B
RGB
CMYK
RGB Variations
Color information
#DF772B (or 0xDF772B) is known color: Tahiti Gold. HEX triplet: DF, 77 and 2B. RGB value is (223,119,43). Sum of RGB (Red+Green+Blue) = 223+119+43=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF772B is #2088D4. Grayscale: #8D8D8D. Windows color (decimal): -2132181 or 2848735. OLE color: 2848735.
HSL color Cylindrical-coordinate representation of color #DF772B: hue angle of 25.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF772B is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 43 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.13 |
| HSL | 25.33º | 0.74% | 0.52% | - |
| HSV(B) | 25.33º | 0.81% | 0.87% | - |
| XYZ | 37.46 | 29.06 | 5.92 | - |
| YUV | 141.43 | 72.46 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 43 | 0 | 0.47 | 0.81 | 0.13 | 25.33 | 0.74 | 0.52 |
| Hex | DF | 77 | 2B | 0 | 2F | 51 | D | 19 | 4A | 34 |
| Octal | 337 | 167 | 53 | 0 | 57 | 121 | 15 | 31 | 112 | 64 |
| Binary | 11011111 | 1110111 | 101011 | 0 | 101111 | 1010001 | 1101 | 11001 | 1001010 | 110100 |
Color Harmonies of #DF772B
Complementary color
Monochromatic Colors of #DF772B
Black with #DF772B
Text Example
Text Example
White with #DF772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF772B; }
p { color: rgb(223,119,43); }
H1.HeaderClassName
{
color: #DF772B;
}
.AnyTagClassName
{
color: #DF772B;
}
</style>
background-color css
<style>
a { background-color: #DF772B; }
a { background-color: rgb(223,119,43); }
div.DivClassName
{
background-color: #DF772B;
}
.BgClassName
{
background-color: #DF772B;
}
</style>
border-color css
<style>
span { border-color: #DF772B; }
span { border-color: rgb(223,119,43); }
td.TdClassName
{
border-color: #DF772B;
}
.TagClassName
{
border-color: #DF772B;
}
</style>