Shades of Tahiti Gold #DF781B
Tints of Tahiti Gold #DF781B
RGB
CMYK
RGB Variations
Color information
#DF781B (or 0xDF781B) is known color: Tahiti Gold. HEX triplet: DF, 78 and 1B. RGB value is (223,120,27). Sum of RGB (Red+Green+Blue) = 223+120+27=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF781B is #2087E4. Grayscale: #8C8C8C. Windows color (decimal): -2131941 or 1800415. OLE color: 1800415.
HSL color Cylindrical-coordinate representation of color #DF781B: hue angle of 28.47º 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 #DF781B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 27 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.13 |
| HSL | 28.47º | 0.78% | 0.49% | - |
| HSV(B) | 28.47º | 0.88% | 0.87% | - |
| XYZ | 37.35 | 29.2 | 4.7 | - |
| YUV | 140.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 27 | 0 | 0.46 | 0.88 | 0.13 | 28.47 | 0.78 | 0.49 |
| Hex | DF | 78 | 1B | 0 | 2E | 58 | D | 1C | 4E | 31 |
| Octal | 337 | 170 | 33 | 0 | 56 | 130 | 15 | 34 | 116 | 61 |
| Binary | 11011111 | 1111000 | 11011 | 0 | 101110 | 1011000 | 1101 | 11100 | 1001110 | 110001 |
Color Harmonies of #DF781B
Complementary color
Monochromatic Colors of #DF781B
Black with #DF781B
Text Example
Text Example
White with #DF781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF781B; }
p { color: rgb(223,120,27); }
H1.HeaderClassName
{
color: #DF781B;
}
.AnyTagClassName
{
color: #DF781B;
}
</style>
background-color css
<style>
a { background-color: #DF781B; }
a { background-color: rgb(223,120,27); }
div.DivClassName
{
background-color: #DF781B;
}
.BgClassName
{
background-color: #DF781B;
}
</style>
border-color css
<style>
span { border-color: #DF781B; }
span { border-color: rgb(223,120,27); }
td.TdClassName
{
border-color: #DF781B;
}
.TagClassName
{
border-color: #DF781B;
}
</style>