Shades of Tahiti Gold #DF7023
Tints of Tahiti Gold #DF7023
RGB
CMYK
RGB Variations
Color information
#DF7023 (or 0xDF7023) is known color: Tahiti Gold. HEX triplet: DF, 70 and 23. RGB value is (223,112,35). Sum of RGB (Red+Green+Blue) = 223+112+35=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7023 is #208FDC. Grayscale: #888888. Windows color (decimal): -2133981 or 2322655. OLE color: 2322655.
HSL color Cylindrical-coordinate representation of color #DF7023: hue angle of 24.57º 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 #DF7023 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 35 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.13 |
| HSL | 24.57º | 0.75% | 0.51% | - |
| HSV(B) | 24.57º | 0.84% | 0.87% | - |
| XYZ | 36.53 | 27.4 | 4.95 | - |
| YUV | 136.41 | 70.77 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 35 | 0 | 0.50 | 0.84 | 0.13 | 24.57 | 0.75 | 0.51 |
| Hex | DF | 70 | 23 | 0 | 32 | 54 | D | 19 | 4B | 33 |
| Octal | 337 | 160 | 43 | 0 | 62 | 124 | 15 | 31 | 113 | 63 |
| Binary | 11011111 | 1110000 | 100011 | 0 | 110010 | 1010100 | 1101 | 11001 | 1001011 | 110011 |
Color Harmonies of #DF7023
Complementary color
Monochromatic Colors of #DF7023
Black with #DF7023
Text Example
Text Example
White with #DF7023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7023; }
p { color: rgb(223,112,35); }
H1.HeaderClassName
{
color: #DF7023;
}
.AnyTagClassName
{
color: #DF7023;
}
</style>
background-color css
<style>
a { background-color: #DF7023; }
a { background-color: rgb(223,112,35); }
div.DivClassName
{
background-color: #DF7023;
}
.BgClassName
{
background-color: #DF7023;
}
</style>
border-color css
<style>
span { border-color: #DF7023; }
span { border-color: rgb(223,112,35); }
td.TdClassName
{
border-color: #DF7023;
}
.TagClassName
{
border-color: #DF7023;
}
</style>