Shades of Tahiti Gold #DF7B31
Tints of Tahiti Gold #DF7B31
RGB
CMYK
RGB Variations
Color information
#DF7B31 (or 0xDF7B31) is known color: Tahiti Gold. HEX triplet: DF, 7B and 31. RGB value is (223,123,49). Sum of RGB (Red+Green+Blue) = 223+123+49=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7B31 is #2084CE. Grayscale: #909090. Windows color (decimal): -2131151 or 3242975. OLE color: 3242975.
HSL color Cylindrical-coordinate representation of color #DF7B31: hue angle of 25.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF7B31 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 49 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.13 |
| HSL | 25.52º | 0.73% | 0.53% | - |
| HSV(B) | 25.52º | 0.78% | 0.87% | - |
| XYZ | 38.07 | 30.08 | 6.7 | - |
| YUV | 144.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 49 | 0 | 0.45 | 0.78 | 0.13 | 25.52 | 0.73 | 0.53 |
| Hex | DF | 7B | 31 | 0 | 2D | 4E | D | 1A | 49 | 35 |
| Octal | 337 | 173 | 61 | 0 | 55 | 116 | 15 | 32 | 111 | 65 |
| Binary | 11011111 | 1111011 | 110001 | 0 | 101101 | 1001110 | 1101 | 11010 | 1001001 | 110101 |
Color Harmonies of #DF7B31
Complementary color
Monochromatic Colors of #DF7B31
Black with #DF7B31
Text Example
Text Example
White with #DF7B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B31; }
p { color: rgb(223,123,49); }
H1.HeaderClassName
{
color: #DF7B31;
}
.AnyTagClassName
{
color: #DF7B31;
}
</style>
background-color css
<style>
a { background-color: #DF7B31; }
a { background-color: rgb(223,123,49); }
div.DivClassName
{
background-color: #DF7B31;
}
.BgClassName
{
background-color: #DF7B31;
}
</style>
border-color css
<style>
span { border-color: #DF7B31; }
span { border-color: rgb(223,123,49); }
td.TdClassName
{
border-color: #DF7B31;
}
.TagClassName
{
border-color: #DF7B31;
}
</style>