Shades of Tahiti Gold #DF751B
Tints of Tahiti Gold #DF751B
RGB
CMYK
RGB Variations
Color information
#DF751B (or 0xDF751B) is known color: Tahiti Gold. HEX triplet: DF, 75 and 1B. RGB value is (223,117,27). Sum of RGB (Red+Green+Blue) = 223+117+27=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF751B is #208AE4. Grayscale: #8A8A8A. Windows color (decimal): -2132709 or 1799647. OLE color: 1799647.
HSL color Cylindrical-coordinate representation of color #DF751B: hue angle of 27.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF751B is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 27 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.13 |
| HSL | 27.55º | 0.78% | 0.49% | - |
| HSV(B) | 27.55º | 0.88% | 0.87% | - |
| XYZ | 36.99 | 28.49 | 4.59 | - |
| YUV | 138.43 | 65.12 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 27 | 0 | 0.48 | 0.88 | 0.13 | 27.55 | 0.78 | 0.49 |
| Hex | DF | 75 | 1B | 0 | 30 | 58 | D | 1C | 4E | 31 |
| Octal | 337 | 165 | 33 | 0 | 60 | 130 | 15 | 34 | 116 | 61 |
| Binary | 11011111 | 1110101 | 11011 | 0 | 110000 | 1011000 | 1101 | 11100 | 1001110 | 110001 |
Color Harmonies of #DF751B
Complementary color
Monochromatic Colors of #DF751B
Black with #DF751B
Text Example
Text Example
White with #DF751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF751B; }
p { color: rgb(223,117,27); }
H1.HeaderClassName
{
color: #DF751B;
}
.AnyTagClassName
{
color: #DF751B;
}
</style>
background-color css
<style>
a { background-color: #DF751B; }
a { background-color: rgb(223,117,27); }
div.DivClassName
{
background-color: #DF751B;
}
.BgClassName
{
background-color: #DF751B;
}
</style>
border-color css
<style>
span { border-color: #DF751B; }
span { border-color: rgb(223,117,27); }
td.TdClassName
{
border-color: #DF751B;
}
.TagClassName
{
border-color: #DF751B;
}
</style>