Shades of Tahiti Gold #DF7B30
Tints of Tahiti Gold #DF7B30
RGB
CMYK
RGB Variations
Color information
#DF7B30 (or 0xDF7B30) is known color: Tahiti Gold. HEX triplet: DF, 7B and 30. RGB value is (223,123,48). Sum of RGB (Red+Green+Blue) = 223+123+48=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7B30 is #2084CF. Grayscale: #909090. Windows color (decimal): -2131152 or 3177439. OLE color: 3177439.
HSL color Cylindrical-coordinate representation of color #DF7B30: hue angle of 25.71º 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 #DF7B30 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 48 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.13 |
| HSL | 25.71º | 0.73% | 0.53% | - |
| HSV(B) | 25.71º | 0.78% | 0.87% | - |
| XYZ | 38.05 | 30.07 | 6.59 | - |
| YUV | 144.35 | 73.63 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 48 | 0 | 0.45 | 0.78 | 0.13 | 25.71 | 0.73 | 0.53 |
| Hex | DF | 7B | 30 | 0 | 2D | 4E | D | 1A | 49 | 35 |
| Octal | 337 | 173 | 60 | 0 | 55 | 116 | 15 | 32 | 111 | 65 |
| Binary | 11011111 | 1111011 | 110000 | 0 | 101101 | 1001110 | 1101 | 11010 | 1001001 | 110101 |
Color Harmonies of #DF7B30
Complementary color
Monochromatic Colors of #DF7B30
Black with #DF7B30
Text Example
Text Example
White with #DF7B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B30; }
p { color: rgb(223,123,48); }
H1.HeaderClassName
{
color: #DF7B30;
}
.AnyTagClassName
{
color: #DF7B30;
}
</style>
background-color css
<style>
a { background-color: #DF7B30; }
a { background-color: rgb(223,123,48); }
div.DivClassName
{
background-color: #DF7B30;
}
.BgClassName
{
background-color: #DF7B30;
}
</style>
border-color css
<style>
span { border-color: #DF7B30; }
span { border-color: rgb(223,123,48); }
td.TdClassName
{
border-color: #DF7B30;
}
.TagClassName
{
border-color: #DF7B30;
}
</style>