Shades of Tahiti Gold #DF7422
Tints of Tahiti Gold #DF7422
RGB
CMYK
RGB Variations
Color information
#DF7422 (or 0xDF7422) is known color: Tahiti Gold. HEX triplet: DF, 74 and 22. RGB value is (223,116,34). Sum of RGB (Red+Green+Blue) = 223+116+34=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7422 is #208BDD. Grayscale: #8B8B8B. Windows color (decimal): -2132958 or 2258143. OLE color: 2258143.
HSL color Cylindrical-coordinate representation of color #DF7422: hue angle of 26.03º 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 #DF7422 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 34 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.13 |
| HSL | 26.03º | 0.75% | 0.5% | - |
| HSV(B) | 26.03º | 0.85% | 0.87% | - |
| XYZ | 36.97 | 28.29 | 5.03 | - |
| YUV | 138.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 34 | 0 | 0.48 | 0.85 | 0.13 | 26.03 | 0.75 | 0.5 |
| Hex | DF | 74 | 22 | 0 | 30 | 55 | D | 1A | 4B | 32 |
| Octal | 337 | 164 | 42 | 0 | 60 | 125 | 15 | 32 | 113 | 62 |
| Binary | 11011111 | 1110100 | 100010 | 0 | 110000 | 1010101 | 1101 | 11010 | 1001011 | 110010 |
Color Harmonies of #DF7422
Complementary color
Monochromatic Colors of #DF7422
Black with #DF7422
Text Example
Text Example
White with #DF7422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7422; }
p { color: rgb(223,116,34); }
H1.HeaderClassName
{
color: #DF7422;
}
.AnyTagClassName
{
color: #DF7422;
}
</style>
background-color css
<style>
a { background-color: #DF7422; }
a { background-color: rgb(223,116,34); }
div.DivClassName
{
background-color: #DF7422;
}
.BgClassName
{
background-color: #DF7422;
}
</style>
border-color css
<style>
span { border-color: #DF7422; }
span { border-color: rgb(223,116,34); }
td.TdClassName
{
border-color: #DF7422;
}
.TagClassName
{
border-color: #DF7422;
}
</style>