Shades of Tahiti Gold #DF7223
Tints of Tahiti Gold #DF7223
RGB
CMYK
RGB Variations
Color information
#DF7223 (or 0xDF7223) is known color: Tahiti Gold. HEX triplet: DF, 72 and 23. RGB value is (223,114,35). Sum of RGB (Red+Green+Blue) = 223+114+35=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7223 is #208DDC. Grayscale: #8A8A8A. Windows color (decimal): -2133469 or 2323167. OLE color: 2323167.
HSL color Cylindrical-coordinate representation of color #DF7223: hue angle of 25.21º 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 #DF7223 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 35 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.13 |
| HSL | 25.21º | 0.75% | 0.51% | - |
| HSV(B) | 25.21º | 0.84% | 0.87% | - |
| XYZ | 36.75 | 27.84 | 5.03 | - |
| YUV | 137.59 | 70.11 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 35 | 0 | 0.49 | 0.84 | 0.13 | 25.21 | 0.75 | 0.51 |
| Hex | DF | 72 | 23 | 0 | 31 | 54 | D | 19 | 4B | 33 |
| Octal | 337 | 162 | 43 | 0 | 61 | 124 | 15 | 31 | 113 | 63 |
| Binary | 11011111 | 1110010 | 100011 | 0 | 110001 | 1010100 | 1101 | 11001 | 1001011 | 110011 |
Color Harmonies of #DF7223
Complementary color
Monochromatic Colors of #DF7223
Black with #DF7223
Text Example
Text Example
White with #DF7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7223; }
p { color: rgb(223,114,35); }
H1.HeaderClassName
{
color: #DF7223;
}
.AnyTagClassName
{
color: #DF7223;
}
</style>
background-color css
<style>
a { background-color: #DF7223; }
a { background-color: rgb(223,114,35); }
div.DivClassName
{
background-color: #DF7223;
}
.BgClassName
{
background-color: #DF7223;
}
</style>
border-color css
<style>
span { border-color: #DF7223; }
span { border-color: rgb(223,114,35); }
td.TdClassName
{
border-color: #DF7223;
}
.TagClassName
{
border-color: #DF7223;
}
</style>