Shades of Tahiti Gold #DF6E30
Tints of Tahiti Gold #DF6E30
RGB
CMYK
RGB Variations
Color information
#DF6E30 (or 0xDF6E30) is known color: Tahiti Gold. HEX triplet: DF, 6E and 30. RGB value is (223,110,48). Sum of RGB (Red+Green+Blue) = 223+110+48=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E30 is #2091CF. Grayscale: #898989. Windows color (decimal): -2134480 or 3174111. OLE color: 3174111.
HSL color Cylindrical-coordinate representation of color #DF6E30: hue angle of 21.26º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF6E30 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 48 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.13 |
| HSL | 21.26º | 0.73% | 0.53% | - |
| HSV(B) | 21.26º | 0.78% | 0.87% | - |
| XYZ | 36.54 | 27.05 | 6.09 | - |
| YUV | 136.72 | 77.94 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 48 | 0 | 0.51 | 0.78 | 0.13 | 21.26 | 0.73 | 0.53 |
| Hex | DF | 6E | 30 | 0 | 33 | 4E | D | 15 | 49 | 35 |
| Octal | 337 | 156 | 60 | 0 | 63 | 116 | 15 | 25 | 111 | 65 |
| Binary | 11011111 | 1101110 | 110000 | 0 | 110011 | 1001110 | 1101 | 10101 | 1001001 | 110101 |
Color Harmonies of #DF6E30
Complementary color
Monochromatic Colors of #DF6E30
Black with #DF6E30
Text Example
Text Example
White with #DF6E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E30; }
p { color: rgb(223,110,48); }
H1.HeaderClassName
{
color: #DF6E30;
}
.AnyTagClassName
{
color: #DF6E30;
}
</style>
background-color css
<style>
a { background-color: #DF6E30; }
a { background-color: rgb(223,110,48); }
div.DivClassName
{
background-color: #DF6E30;
}
.BgClassName
{
background-color: #DF6E30;
}
</style>
border-color css
<style>
span { border-color: #DF6E30; }
span { border-color: rgb(223,110,48); }
td.TdClassName
{
border-color: #DF6E30;
}
.TagClassName
{
border-color: #DF6E30;
}
</style>