Shades of Tahiti Gold #DF8223
Tints of Tahiti Gold #DF8223
RGB
CMYK
RGB Variations
Color information
#DF8223 (or 0xDF8223) is known color: Tahiti Gold. HEX triplet: DF, 82 and 23. RGB value is (223,130,35). Sum of RGB (Red+Green+Blue) = 223+130+35=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8223 is #207DDC. Grayscale: #939393. Windows color (decimal): -2129373 or 2327263. OLE color: 2327263.
HSL color Cylindrical-coordinate representation of color #DF8223: hue angle of 30.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF8223 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 35 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.13 |
| HSL | 30.32º | 0.75% | 0.51% | - |
| HSV(B) | 30.32º | 0.84% | 0.87% | - |
| XYZ | 38.72 | 31.77 | 5.68 | - |
| YUV | 146.98 | 64.81 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 35 | 0 | 0.42 | 0.84 | 0.13 | 30.32 | 0.75 | 0.51 |
| Hex | DF | 82 | 23 | 0 | 2A | 54 | D | 1E | 4B | 33 |
| Octal | 337 | 202 | 43 | 0 | 52 | 124 | 15 | 36 | 113 | 63 |
| Binary | 11011111 | 10000010 | 100011 | 0 | 101010 | 1010100 | 1101 | 11110 | 1001011 | 110011 |
Color Harmonies of #DF8223
Complementary color
Monochromatic Colors of #DF8223
Black with #DF8223
Text Example
Text Example
White with #DF8223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8223; }
p { color: rgb(223,130,35); }
H1.HeaderClassName
{
color: #DF8223;
}
.AnyTagClassName
{
color: #DF8223;
}
</style>
background-color css
<style>
a { background-color: #DF8223; }
a { background-color: rgb(223,130,35); }
div.DivClassName
{
background-color: #DF8223;
}
.BgClassName
{
background-color: #DF8223;
}
</style>
border-color css
<style>
span { border-color: #DF8223; }
span { border-color: rgb(223,130,35); }
td.TdClassName
{
border-color: #DF8223;
}
.TagClassName
{
border-color: #DF8223;
}
</style>