Shades of Tahiti Gold #DF7E21
Tints of Tahiti Gold #DF7E21
RGB
CMYK
RGB Variations
Color information
#DF7E21 (or 0xDF7E21) is known color: Tahiti Gold. HEX triplet: DF, 7E and 21. RGB value is (223,126,33). Sum of RGB (Red+Green+Blue) = 223+126+33=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7E21 is #2081DE. Grayscale: #909090. Windows color (decimal): -2130399 or 2195167. OLE color: 2195167.
HSL color Cylindrical-coordinate representation of color #DF7E21: hue angle of 29.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF7E21 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 33 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.13 |
| HSL | 29.37º | 0.75% | 0.5% | - |
| HSV(B) | 29.37º | 0.85% | 0.87% | - |
| XYZ | 38.17 | 30.72 | 5.36 | - |
| YUV | 144.4 | 65.14 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 33 | 0 | 0.43 | 0.85 | 0.13 | 29.37 | 0.75 | 0.5 |
| Hex | DF | 7E | 21 | 0 | 2B | 55 | D | 1D | 4B | 32 |
| Octal | 337 | 176 | 41 | 0 | 53 | 125 | 15 | 35 | 113 | 62 |
| Binary | 11011111 | 1111110 | 100001 | 0 | 101011 | 1010101 | 1101 | 11101 | 1001011 | 110010 |
Color Harmonies of #DF7E21
Complementary color
Monochromatic Colors of #DF7E21
Black with #DF7E21
Text Example
Text Example
White with #DF7E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E21; }
p { color: rgb(223,126,33); }
H1.HeaderClassName
{
color: #DF7E21;
}
.AnyTagClassName
{
color: #DF7E21;
}
</style>
background-color css
<style>
a { background-color: #DF7E21; }
a { background-color: rgb(223,126,33); }
div.DivClassName
{
background-color: #DF7E21;
}
.BgClassName
{
background-color: #DF7E21;
}
</style>
border-color css
<style>
span { border-color: #DF7E21; }
span { border-color: rgb(223,126,33); }
td.TdClassName
{
border-color: #DF7E21;
}
.TagClassName
{
border-color: #DF7E21;
}
</style>