Shades of Tahiti Gold #DF7A32
Tints of Tahiti Gold #DF7A32
RGB
CMYK
RGB Variations
Color information
#DF7A32 (or 0xDF7A32) is known color: Tahiti Gold. HEX triplet: DF, 7A and 32. RGB value is (223,122,50). Sum of RGB (Red+Green+Blue) = 223+122+50=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7A32 is #2085CD. Grayscale: #909090. Windows color (decimal): -2131406 or 3308255. OLE color: 3308255.
HSL color Cylindrical-coordinate representation of color #DF7A32: hue angle of 24.97º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF7A32 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 50 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.13 |
| HSL | 24.97º | 0.73% | 0.54% | - |
| HSV(B) | 24.97º | 0.78% | 0.87% | - |
| XYZ | 37.97 | 29.84 | 6.78 | - |
| YUV | 143.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 50 | 0 | 0.45 | 0.78 | 0.13 | 24.97 | 0.73 | 0.54 |
| Hex | DF | 7A | 32 | 0 | 2D | 4E | D | 19 | 49 | 36 |
| Octal | 337 | 172 | 62 | 0 | 55 | 116 | 15 | 31 | 111 | 66 |
| Binary | 11011111 | 1111010 | 110010 | 0 | 101101 | 1001110 | 1101 | 11001 | 1001001 | 110110 |
Color Harmonies of #DF7A32
Complementary color
Monochromatic Colors of #DF7A32
Black with #DF7A32
Text Example
Text Example
White with #DF7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A32; }
p { color: rgb(223,122,50); }
H1.HeaderClassName
{
color: #DF7A32;
}
.AnyTagClassName
{
color: #DF7A32;
}
</style>
background-color css
<style>
a { background-color: #DF7A32; }
a { background-color: rgb(223,122,50); }
div.DivClassName
{
background-color: #DF7A32;
}
.BgClassName
{
background-color: #DF7A32;
}
</style>
border-color css
<style>
span { border-color: #DF7A32; }
span { border-color: rgb(223,122,50); }
td.TdClassName
{
border-color: #DF7A32;
}
.TagClassName
{
border-color: #DF7A32;
}
</style>