Shades of Tahiti Gold #DF7534
Tints of Tahiti Gold #DF7534
RGB
CMYK
RGB Variations
Color information
#DF7534 (or 0xDF7534) is known color: Tahiti Gold. HEX triplet: DF, 75 and 34. RGB value is (223,117,52). Sum of RGB (Red+Green+Blue) = 223+117+52=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7534 is #208ACB. Grayscale: #8D8D8D. Windows color (decimal): -2132684 or 3438047. OLE color: 3438047.
HSL color Cylindrical-coordinate representation of color #DF7534: hue angle of 22.81º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF7534 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 52 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.13 |
| HSL | 22.81º | 0.73% | 0.54% | - |
| HSV(B) | 22.81º | 0.77% | 0.87% | - |
| XYZ | 37.41 | 28.66 | 6.81 | - |
| YUV | 141.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 52 | 0 | 0.48 | 0.77 | 0.13 | 22.81 | 0.73 | 0.54 |
| Hex | DF | 75 | 34 | 0 | 30 | 4D | D | 17 | 49 | 36 |
| Octal | 337 | 165 | 64 | 0 | 60 | 115 | 15 | 27 | 111 | 66 |
| Binary | 11011111 | 1110101 | 110100 | 0 | 110000 | 1001101 | 1101 | 10111 | 1001001 | 110110 |
Color Harmonies of #DF7534
Complementary color
Monochromatic Colors of #DF7534
Black with #DF7534
Text Example
Text Example
White with #DF7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7534; }
p { color: rgb(223,117,52); }
H1.HeaderClassName
{
color: #DF7534;
}
.AnyTagClassName
{
color: #DF7534;
}
</style>
background-color css
<style>
a { background-color: #DF7534; }
a { background-color: rgb(223,117,52); }
div.DivClassName
{
background-color: #DF7534;
}
.BgClassName
{
background-color: #DF7534;
}
</style>
border-color css
<style>
span { border-color: #DF7534; }
span { border-color: rgb(223,117,52); }
td.TdClassName
{
border-color: #DF7534;
}
.TagClassName
{
border-color: #DF7534;
}
</style>